Add apps of apps helm chart

This commit is contained in:
Ruben Hensen
2024-09-05 23:18:03 +02:00
parent 21ea1716ad
commit d36e19cab8
12 changed files with 458 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "apps.fullname" . }}
labels:
{{- include "apps.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "apps.selectorLabels" . | nindent 4 }}