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
|
name: osbuild-composer
|
||||||
ports:
|
ports:
|
||||||
- name: api
|
- name: api
|
||||||
containerPort: 443
|
containerPort: 9196
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: workers
|
- name: workers
|
||||||
containerPort: 8700
|
containerPort: 8700
|
||||||
|
|
@ -67,7 +67,7 @@ objects:
|
||||||
- name: composer-api
|
- name: composer-api
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: ${{API_LISTENER_PORT}}
|
port: ${{API_LISTENER_PORT}}
|
||||||
targetPort: 443
|
targetPort: 9196
|
||||||
selector:
|
selector:
|
||||||
name: osbuild-composer
|
name: osbuild-composer
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue