Initial commit

This commit is contained in:
James Munnelly
2019-04-14 21:18:24 +01:00
committed by James Munnelly
commit afce06a837
21 changed files with 1208 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "example-webhook.fullname" . }}
labels:
app: {{ include "example-webhook.name" . }}
chart: {{ include "example-webhook.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
app: {{ include "example-webhook.name" . }}
release: {{ .Release.Name }}