Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-26 20:33:17 +02:00
commit aeaae484d3
13 changed files with 796 additions and 0 deletions

View File

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