templates: Name service ports
This commit is contained in:
parent
46b8a2e977
commit
93dec413f3
1 changed files with 4 additions and 2 deletions
|
|
@ -134,7 +134,8 @@ objects:
|
||||||
port: composer-api
|
port: composer-api
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- name: composer-api
|
||||||
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: ${{COMPOSER_API_PORT}}
|
targetPort: ${{COMPOSER_API_PORT}}
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -149,7 +150,8 @@ objects:
|
||||||
port: worker-api
|
port: worker-api
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- name: worker-api
|
||||||
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: ${{WORKER_API_PORT}}
|
targetPort: ${{WORKER_API_PORT}}
|
||||||
selector:
|
selector:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue