Added pgbouncer chart.

This commit is contained in:
2024-12-05 15:11:52 +01:00
parent f02d35ca43
commit 303df62cff
11 changed files with 409 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "pgbouncer.serviceAccountName" . }}
labels:
{{- include "pgbouncer.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}