replicaCount: 1 image: registry: harbor.avroid.tech/quay-proxy repository: prometheuscommunity/postgres-exporter automountServiceAccountToken: true resources: requests: cpu: 100m memory: 128Mi limits: cpu: 200m memory: 256Mi config: # define an existing secret to be mounted as the config file # needs to have the key 'postgres_exporter.yml' existingSecret: enabled: true name: "postgres-exporter-secret" nodeSelector: node-role.kubernetes.io/worker: ""