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:
parent
9b9f86967e
commit
95cd5b782e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue