Skip to content

Commit 8989eb1

Browse files
authored
fix: use ImplementationSpecific pathType for ingress (#17)
1 parent 1379283 commit 8989eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ K8S_YAML
283283

284284
else
285285
cat <<K8S_YAML >> ingress.yaml
286-
pathType: Prefix
286+
pathType: ImplementationSpecific
287287
backend:
288288
service:
289289
name: google-cloud-storage

0 commit comments

Comments
 (0)