Add Helm chart
pipeline / build-and-push-images (push) Successful in 1m19s
pipeline / lint-and-publish-chart (push) Successful in 9s

This commit is contained in:
2026-05-11 23:15:31 +02:00
parent 259ad574d1
commit c8641ce668
11 changed files with 442 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "vhaudiquet-fr.fullname" . }}
labels:
{{- include "vhaudiquet-fr.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "vhaudiquet-fr.selectorLabels" . | nindent 4 }}