Create agro helm chart

This commit is contained in:
Alexander Matyushentsev 2018-01-02 16:45:35 -08:00
parent 5456fd1e8b
commit b2f8f0c283
12 changed files with 175 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-{{ .Values.uiName}}
labels:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8001
selector:
app: {{ .Release.Name }}-{{ .Values.uiName}}
sessionAffinity: None
type: LoadBalancer