Skip to content

Commit

Permalink
Disable domain route
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 2, 2024
1 parent 9c60673 commit d7abb24
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions osm-seed/templates/web/web-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- web.{{ .Values.domain }}
{{- end }}
- api.{{ .Values.domain }}
- {{ .Values.domain }}
# - {{ .Values.domain }}
secretName: {{ template "osm-seed.fullname" . }}-tls-secret
rules:
- host: {{ if .Values.web.ingressDomain }}{{ .Values.web.ingressDomain }}{{ else }}web.{{ .Values.domain }}{{ end }}
Expand All @@ -39,14 +39,14 @@ spec:
name: {{ template "osm-seed.fullname" . }}-web
port:
number: 80
- host: {{ .Values.domain }}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ template "osm-seed.fullname" . }}-web
port:
number: 80
# - host: {{ .Values.domain }}
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: {{ template "osm-seed.fullname" . }}-web
# port:
# number: 80
{{- end }}

0 comments on commit d7abb24

Please sign in to comment.