Make the PathType configurable when using single ingress resource in AWS
Signed-off-by: Tamas <tamas@ujet.cx>
This commit is contained in:
parent
cd5b9a06e3
commit
8b9b15ff82
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
{{- range $p := $paths }}
|
{{- range $p := $paths }}
|
||||||
{{- if and $.Values.server.ingressGrpc.isAWSALB $.Values.server.ingressGrpc.enabled }}
|
{{- if and $.Values.server.ingressGrpc.isAWSALB $.Values.server.ingressGrpc.enabled }}
|
||||||
- path: {{ $p }}
|
- path: {{ $p }}
|
||||||
pathType: Prefix
|
pathType: {{ .Values.server.ingressGrpc.pathType }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: {{ template "argo-cd.server.fullname" $ }}-grpc
|
name: {{ template "argo-cd.server.fullname" $ }}-grpc
|
||||||
|
|
Loading…
Reference in a new issue