Skip to content

Commit

Permalink
fix syntax in grpcTorii ingressroute
Browse files Browse the repository at this point in the history
  • Loading branch information
miko-ov committed Dec 4, 2023
1 parent 6913c37 commit 629e467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/pixelaw-core/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
entryPoints:
- web
routes:
- match: Host(`{{ .Values.subDomainName.grpc }}.{{ .Values.domainName }}`)
- match: Host(`{{ .Values.subDomainName.grpcTorii }}.{{ .Values.domainName }}`)
kind: Rule
middlewares:
- name: grpc-torii-{{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.appType.frontend }}-ingress-redirect-scheme
Expand All @@ -176,7 +176,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`{{ .Values.subDomainName.grpc }}.{{ .Values.domainName }}`)
- match: Host(`{{ .Values.subDomainName.grpcTorii }}.{{ .Values.domainName }}`)
kind: Rule
services:
- name: {{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.appType.frontend }}-grpc-torii
Expand Down

0 comments on commit 629e467

Please sign in to comment.