We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d859d9 commit 4e10f9eCopy full SHA for 4e10f9e
config/manifests/ext_proc.yaml
@@ -71,7 +71,7 @@ spec:
71
spec:
72
containers:
73
- name: inference-gateway-ext-proc
74
- image: us-east1-docker.pkg.dev/kfswain-gke-dev/test-repo/ext-proc:test-mar-35
+ image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
75
imagePullPolicy: Always
76
args:
77
- -poolName
config/manifests/gateway/enable_patch_policy.yaml
@@ -19,9 +19,9 @@ data:
19
extensionApis:
20
enableEnvoyPatchPolicy: true
21
enableBackend: true
22
- admin:
23
- enablePprof: true
24
- address:
25
- host: 127.0.0.1
26
- port: 19000
27
- enabledDumpConfig: true
+# admin:
+# enablePprof: true
+# address:
+# host: 127.0.0.1
+# port: 19000
+# enabledDumpConfig: true
0 commit comments