This commit is contained in:
2023-03-22 16:08:31 +02:00
commit 8a99111921
11 changed files with 407 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "peoples.fullname" . }}
labels:
{{- include "peoples.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "peoples.selectorLabels" . | nindent 4 }}