helm shit

This commit is contained in:
2020-03-03 09:54:02 +01:00
parent 419ca5ac1a
commit 65ef51a518
8 changed files with 245 additions and 0 deletions

View File

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