too much for one commit

This commit is contained in:
Nils Blomgren
2026-05-13 14:01:32 +02:00
parent a96dd33039
commit 328d494530
394 changed files with 98104 additions and 78 deletions

View File

@@ -0,0 +1,19 @@
{{- if .Values.secrets.enabled }}
apiVersion: v1
kind: Service
metadata:
name: {{ include "entkube.fullname" . }}-secrets
labels:
{{- include "entkube.labels" . | nindent 4 }}
app.kubernetes.io/component: secrets
spec:
type: ClusterIP
ports:
- port: {{ .Values.secrets.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "entkube.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: secrets
{{- end }}