cicd:#62 added helm chart and changed deployment

This commit is contained in:
Justin Kreller
2024-11-22 15:24:17 +01:00
parent f6a7dd78ae
commit 9af5a3b49a
16 changed files with 707 additions and 254 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.ical.service.name }}
labels:
{{- include "htwkalender.labels" . | nindent 4 }}
namespace: {{ .Release.Namespace }}
spec:
type: ClusterIP
selector:
{{- include "htwkalender.selectorLabels" . | nindent 4 }}
component: ical
ports:
- port: {{ .Values.ical.service.port }}
targetPort: {{ .Values.ical.service.targetPort }}
protocol: TCP
name: ical