Skip to content
Snippets Groups Projects
Commit bf59b2b3 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Update deployment configurations for swissrun agent and dashboard

parent e218b91e
No related branches found
No related tags found
No related merge requests found
......@@ -88,5 +88,23 @@ spec:
name: {{ template "app.name" . }}
port:
number: {{ .Values.hin.agent.port }}
{{- else if eq .Release.Namespace "swissrun" }}
- host: {{ .Values.ingress.frontendDomain }}
http:
paths:
- path: /swissrun(/|$)(.*)
pathType: Prefix
backend:
service:
name: {{ template "app.name" . }}
port:
number: {{ .Values.service.port1 }}
- path: /api-swissrun-agent(/|$)(.*)
pathType: Prefix
backend:
service:
name: {{ template "app.name" . }}
port:
number: {{ .Values.swissrun.agent.port }}
{{- end }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment