Add helm chart
This commit is contained in:
16
helm/mautrix-whatsapp/templates/service.yaml
Normal file
16
helm/mautrix-whatsapp/templates/service.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "mautrix-whatsapp.fullname" . }}
|
||||
labels:
|
||||
{{ include "mautrix-whatsapp.labels" . | indent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "mautrix-whatsapp.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
Reference in New Issue
Block a user