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
Branches
No related tags found
No related merge requests found
...@@ -88,5 +88,23 @@ spec: ...@@ -88,5 +88,23 @@ spec:
name: {{ template "app.name" . }} name: {{ template "app.name" . }}
port: port:
number: {{ .Values.hin.agent.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 }}
{{- end }} {{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment