File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
selector :
9
9
app : my-pool
10
10
extensionRef :
11
- name : my-pool-epp-ext-proc
11
+ name : my-pool-epp
12
12
---
13
13
apiVersion : v1
14
14
kind : Service
15
15
metadata :
16
- name : my-pool-epp-ext-proc
16
+ name : my-pool-epp
17
17
namespace : default
18
18
spec :
19
19
selector :
20
- app : my-pool-epp-ext-proc
20
+ app : my-pool-epp
21
21
ports :
22
22
- protocol : TCP
23
23
port : 9002
@@ -27,19 +27,19 @@ spec:
27
27
apiVersion : apps/v1
28
28
kind : Deployment
29
29
metadata :
30
- name : my-pool-epp-ext-proc
30
+ name : my-pool-epp
31
31
namespace : default
32
32
labels :
33
- app : my-pool-epp-ext-proc
33
+ app : my-pool-epp
34
34
spec :
35
35
replicas : 1
36
36
selector :
37
37
matchLabels :
38
- app : my-pool-epp-ext-proc
38
+ app : my-pool-epp
39
39
template :
40
40
metadata :
41
41
labels :
42
- app : my-pool-epp-ext-proc
42
+ app : my-pool-epp
43
43
spec :
44
44
containers :
45
45
- name : epp
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const (
65
65
// envoyPort is the listener port number of the test envoy proxy.
66
66
envoyPort = "8081"
67
67
// inferExtName is the name of the inference extension test resources.
68
- inferExtName = "my-pool-epp-ext-proc "
68
+ inferExtName = "my-pool-epp"
69
69
// clientManifest is the manifest for the client test resources.
70
70
clientManifest = "../../testdata/client.yaml"
71
71
// modelServerSecretManifest is the manifest for the model server secret resource.
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ data:
100
100
grpc_service:
101
101
envoy_grpc:
102
102
cluster_name: ext_proc
103
- authority: my-pool-epp-ext-proc .default:9002
103
+ authority: my-pool-epp.default:9002
104
104
timeout: 10s
105
105
processing_mode:
106
106
request_header_mode: SEND
@@ -194,7 +194,7 @@ data:
194
194
- endpoint:
195
195
address:
196
196
socket_address:
197
- address: my-pool-epp-ext-proc .default
197
+ address: my-pool-epp.default
198
198
port_value: 9002
199
199
health_status: HEALTHY
200
200
load_balancing_weight: 1
You can’t perform that action at this time.
0 commit comments