Simple service with posting client ip to postgre

This commit is contained in:
Vbarinov
2023-03-18 05:21:13 +05:30
parent f7d04a4f13
commit ac880ad719
15 changed files with 520 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "playgroud.serviceAccountName" . }}
labels:
{{- include "playgroud.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}