We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b525e1 commit e4c920bCopy full SHA for e4c920b
charts/pgbouncer/templates/deployment.yaml
@@ -81,6 +81,8 @@ spec:
81
secretKeyRef:
82
name: {{ .statsPgPasswordSecretRef.name }}
83
key: {{ .statsPgPasswordSecretRef.key }}
84
+ resources:
85
+ {{- toYaml .Values.prometheusExporter.resources | nindent 12 }}
86
{{- end }}
87
88
{{- with .Values.nodeSelector }}
charts/pgbouncer/values.yaml
@@ -74,6 +74,7 @@ prometheusExporter:
74
name: pgbouncer-exporter-password
75
key: password
76
installServiceMonitor: false
77
+ resources: {}
78
79
podSecurityContext:
80
{}
0 commit comments