Skip to content

Commit 00f96a9

Browse files
committed
Add port for service config
1 parent be92943 commit 00f96a9

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

deploy/all-cr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ data:
9999
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE}
100100
app.service.group=${APPLICATION_SERVICE_GROUP}
101101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102+
app.service.port=${APPLICATION_SERVICE_PORT}
102103
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103104
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104105
app.service.meta=${APPLICATION_SERVICE_META}

deploy/joylive-injector/config/bootstrap.properties

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ app.service.name=${APPLICATION_SERVICE_NAME:${APPLICATION_NAME}}
33
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE}
44
app.service.group=${APPLICATION_SERVICE_GROUP}
55
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
6+
app.service.port=${APPLICATION_SERVICE_PORT}
67
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
78
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
89
app.service.meta=${APPLICATION_SERVICE_META}
12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)