Add configurable ingress, rename all files to .yaml for conformity.

This commit is contained in:
Shane Lindsay
2024-09-29 23:22:54 -07:00
parent c62e37d16f
commit 005d53cce7
9 changed files with 81 additions and 10 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "postiz.fullname" . }}
labels:
{{- include "postiz.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "postiz.selectorLabels" . | nindent 4 }}