We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f52a791 + ea0d3f8 commit 038bd9eCopy full SHA for 038bd9e
charts/ror-webapp/templates/ingress-helsenett.yaml
@@ -29,10 +29,11 @@ spec:
29
pathType: {{ .Values.ingress.pathType }}
30
tls:
31
- hosts:
32
- - {{ .Values.web.host }}
33
- secretName: nhn-ror-admin-tls
34
- - {{ .Values.web.host2 }}
35
+ - secretName: nhn-ror-admin-tls
+ host: {{ .Values.web.host }}
+ - secretName: nhn-ror-webapp-tls
+ host: {{ .Values.web.host2 }}
36
+
37
---
38
apiVersion: ako.vmware.com/v1alpha1
39
kind: HostRule
0 commit comments