Add ingress for argo-ui (#18)
* Fix bug in ui-crb.yaml and add ingress for argo-ui * Use crd.version value and add ability to specify crd creation job sa
This commit is contained in:
parent
61d426c1ca
commit
2320338591
5 changed files with 63 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-{{ .Values.ui.name}}
|
||||
name: {{ .Release.Name }}-{{ .Values.ui.name }}
|
||||
labels:
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||
release: {{ .Release.Name }}
|
||||
|
|
@ -12,7 +12,7 @@ metadata:
|
|||
{{ toYaml .Values.ui.serviceAnnotations | indent 4}}{{- end }}
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
- port: {{ .Values.ui.servicePort }}
|
||||
protocol: TCP
|
||||
targetPort: 8001
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue