This commit is contained in:
chrislu 2023-08-23 00:28:32 -07:00
commit eac92c334a

View file

@ -52,7 +52,8 @@ metadata:
spec: spec:
ingressClassName: {{ .Values.master.ingress.className | quote }} ingressClassName: {{ .Values.master.ingress.className | quote }}
rules: rules:
- http: - host: {{ .Values.master.ingress.host }}
http:
paths: paths:
- path: /sw-master/?(.*) - path: /sw-master/?(.*)
pathType: ImplementationSpecific pathType: ImplementationSpecific