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
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
- name: composer-api
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: ${{COMPOSER_API_PORT}}
|
||||
selector:
|
||||
|
|
@ -149,7 +150,8 @@ objects:
|
|||
port: worker-api
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
- name: worker-api
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: ${{WORKER_API_PORT}}
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue