templates: Name service ports

This commit is contained in:
sanne 2021-10-11 22:33:50 +02:00 committed by Tom Gundersen
parent 46b8a2e977
commit 93dec413f3

View file

@ -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: