File tree Expand file tree Collapse file tree
charts/passport/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{- if eq .Values.global.passport_location "on-cluster" }}
2- apiVersion : networking.k8s.io/v1beta1
2+ apiVersion : networking.k8s.io/v1
33kind : Ingress
44metadata :
55 name : " passport-api-server"
@@ -18,14 +18,17 @@ spec:
1818 - host : drycc-passport.{{ .Values.global.platform_domain }}
1919 http :
2020 paths :
21- {{- if eq .Values.global.ingress_class "gce" "alb" }}
22- - path : /*
23- {{- else }}{{/* Has annotations but ingress class is not "gce" nor "alb" */}}
24- - path : /
25- {{- end }}
21+ - pathType : Prefix
22+ {{- if eq .Values.global.ingress_class "gce" "alb" }}
23+ path : /*
24+ {{- else }}{{/* Has annotations but ingress class is not "gce" nor "alb" */}}
25+ path : /
26+ {{- end }}
2627 backend :
27- serviceName : drycc-passport
28- servicePort : 80
28+ service :
29+ name : drycc-passport
30+ port :
31+ number : 80
2932 {{ if .Values.global.cert_passport_enabled }}
3033 tls :
3134 - secretName : drycc-passport-certificate-auto
You can’t perform that action at this time.
0 commit comments