1
0
Fork 0
forked from infra/ansible

bodhi: adjust selectors

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-02 09:48:36 -07:00
commit 91a49488ae
2 changed files with 9 additions and 5 deletions

View file

@ -13,4 +13,4 @@ spec:
port: 8080
targetPort: 8080
selector:
deployment: bodhi-web
service: web

View file

@ -11,7 +11,8 @@ spec:
replicas: {{ bodhi_openshift_pods }}
selector:
matchLabels:
app: bodhi-web
app: bodhi
service: web
strategy:
type: Recreate
template:
@ -127,7 +128,8 @@ spec:
{% endif %}
selector:
matchLabels:
app: bodhi-consumer
app: bodhi
service: consumer
strategy:
type: RollingUpdate
rollingUpdate:
@ -206,7 +208,8 @@ spec:
replicas: {{ bodhi_openshift_pods }}
selector:
matchLabels:
app: bodhi-celery
app: bodhi
service: celery
strategy:
type: RollingUpdate
rollingUpdate:
@ -285,7 +288,8 @@ spec:
replicas: 1
selector:
matchLabels:
app: bodhi-celery-beat
app: bodhi
service: celery-beat
strategy:
type: RollingUpdate
rollingUpdate: