Add argo-ci helm chart

This commit is contained in:
Alexander Matyushentsev 2018-01-03 21:15:57 -08:00
parent bfee1f32cf
commit d5634a3af2
12 changed files with 110 additions and 3 deletions

View file

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-ci
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 }}-ci
sessionAffinity: None
type: LoadBalancer