Skip to content

Commit e492fd8

Browse files
committedJan 30, 2025·
Use prefix match for ingresses
commit_hash:f49660dbf02d3b005d3817cb87d69cc42fe0ccff
1 parent dd5313f commit e492fd8

File tree

1 file changed

+2
-2
lines changed
  • perforator/deploy/kubernetes/helm/perforator

1 file changed

+2
-2
lines changed
 

‎perforator/deploy/kubernetes/helm/perforator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ ingress:
567567
- host: example.com
568568
paths:
569569
- path: /
570-
pathType: ImplementationSpecific
570+
pathType: Prefix
571571
tls: []
572572
# - secretName: example-tls-secret
573573
# hosts:
@@ -584,7 +584,7 @@ ingress:
584584
- host: grpc.example.com
585585
paths:
586586
- path: /
587-
pathType: ImplementationSpecific
587+
pathType: Prefix
588588
tls: []
589589
# - secretName: example-tls-secret
590590
# hosts:

0 commit comments

Comments
 (0)
Please sign in to comment.