distribution: The composer-api listens on 9196

The openshift service is listening on 443, but composer is running on
9196.
This commit is contained in:
sanne 2021-06-21 17:22:13 +02:00 committed by Sanne Raymaekers
parent 9b9f86967e
commit 95cd5b782e

View file

@ -38,7 +38,7 @@ objects:
name: osbuild-composer
ports:
- name: api
containerPort: 443
containerPort: 9196
protocol: TCP
- name: workers
containerPort: 8700
@ -67,7 +67,7 @@ objects:
- name: composer-api
protocol: TCP
port: ${{API_LISTENER_PORT}}
targetPort: 443
targetPort: 9196
selector:
name: osbuild-composer