postinstall stuff (tailscale ingresses)

This commit is contained in:
2024-11-03 22:57:11 +00:00
parent 8471de450f
commit c0097428df
27 changed files with 863 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "test.fullname" . }}
labels:
{{- include "test.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "test.selectorLabels" . | nindent 4 }}