Files
infrastructure/clusters/cl01tl/monitoring/s3-exporter/values.yaml
Alex Lebens 8a21aabdd1
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m8s
add s3 monitor
2025-07-08 20:54:00 -05:00

34 lines
821 B
YAML

s3-exporter:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/unpoller/unpoller
tag: v2.15.3
pullPolicy: IfNotPresent
env:
- name: S3_EXPORTER_WEB_LISTEN_ADDRESS
value: 9340
- name: S3_EXPORTER_S3_ENDPOINT_URL
value: https://nyc3.digitaloceanspaces.com
envFrom:
- secretRef:
name: s3-do-home-infra-secret
resources:
requests:
cpu: 10m
memory: 64Mi
service:
main:
controller: main
ports:
metrics:
port: 9340
targetPort: 9340
protocol: TCP