Files
infrastructure/clusters/cl01tl/monitoring/s3-exporter/values.yaml
Alex Lebens fffd144bee
All checks were successful
renovate / renovate (push) Successful in 1m11s
lint-test-helm / helm-lint (push) Successful in 8s
fix env
2025-07-08 21:00:52 -05:00

34 lines
818 B
YAML

s3-exporter:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ribbybibby/s3-exporter
tag: v0.5.0
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