Skip to content

Commit

Permalink
Merge pull request #11 from NorskHelsenett/feature/prod-ingress3
Browse files Browse the repository at this point in the history
Trying to fix ingress
  • Loading branch information
rogerwesterbo authored Jan 12, 2025
2 parents 038bd9e + 2cde863 commit 26d580a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions charts/ror-webapp/templates/ingress-helsenett.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ spec:
pathType: {{ .Values.ingress.pathType }}
tls:
- hosts:
- secretName: nhn-ror-admin-tls
host: {{ .Values.web.host }}
- secretName: nhn-ror-webapp-tls
host: {{ .Values.web.host2 }}
- {{ .Values.web.host }}
secretName: nhn-ror-admin-tls
- hosts:
- {{ .Values.web.host2 }}
secretName: nhn-ror-webapp-tls

---
apiVersion: ako.vmware.com/v1alpha1
Expand Down

0 comments on commit 26d580a

Please sign in to comment.