Add SOGo via Helm

This commit is contained in:
Ruben Hensen
2026-01-26 17:40:22 +01:00
parent 5dc2657524
commit b81130d02c
11 changed files with 446 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "sogo.fullname" . }}
labels:
{{- include "sogo.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "sogo.selectorLabels" . | nindent 4 }}