add first and second services

This commit is contained in:
Vbarinov
2023-04-13 14:40:25 +03:00
parent 0088a0ee52
commit 1a9731974a
22 changed files with 813 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "first-service.serviceAccountName" . }}
labels:
{{- include "first-service.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}