newServer

This commit is contained in:
2024-08-15 16:09:26 +00:00
parent 1ac68b12a0
commit a274dd9fd2
49 changed files with 2236 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "defguard.fullname" . }}-web
labels:
{{- include "defguard.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.ports.http }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "defguard.selectorLabels" . | nindent 4 }}