Skip to content

Commit 4e10f9e

Browse files
committed
Cleanup of local dev work
1 parent 5d859d9 commit 4e10f9e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config/manifests/ext_proc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
spec:
7272
containers:
7373
- name: inference-gateway-ext-proc
74-
image: us-east1-docker.pkg.dev/kfswain-gke-dev/test-repo/ext-proc:test-mar-35
74+
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
7575
imagePullPolicy: Always
7676
args:
7777
- -poolName

config/manifests/gateway/enable_patch_policy.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ data:
1919
extensionApis:
2020
enableEnvoyPatchPolicy: true
2121
enableBackend: true
22-
admin:
23-
enablePprof: true
24-
address:
25-
host: 127.0.0.1
26-
port: 19000
27-
enabledDumpConfig: true
22+
# admin:
23+
# enablePprof: true
24+
# address:
25+
# host: 127.0.0.1
26+
# port: 19000
27+
# enabledDumpConfig: true

0 commit comments

Comments
 (0)