File tree Expand file tree Collapse file tree
charts/passport/templates Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {{- if eq .Values.global.passportLocation "on-cluster" }}
2+ apiVersion : gateway.networking.k8s.io/v1beta1
3+ kind : HTTPRoute
4+ metadata :
5+ name : passport-api-server
6+ labels :
7+ app : " passport"
8+ chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
9+ release : " {{ .Release.Name }}"
10+ heritage : " {{ .Release.Service }}"
11+ spec :
12+ hostnames :
13+ - drycc-passport.{{ .Values.global.platformDomain }}
14+ parentRefs :
15+ - group : gateway.networking.k8s.io
16+ kind : Gateway
17+ name : drycc-gateway
18+ sectionName : drycc-gateway-listener-http
19+ {{- if .Values.global.certManagerEnabled }}
20+ - group : gateway.networking.k8s.io
21+ kind : Gateway
22+ name : drycc-gateway
23+ sectionName : drycc-gateway-listener-https
24+ {{- end }}
25+ rules :
26+ - matches :
27+ - path :
28+ type : PathPrefix
29+ value : /
30+ backendRefs :
31+ - name : drycc-passport
32+ port : 80
33+ {{- end }}
You can’t perform that action at this time.
0 commit comments