1
0
Fork 0
forked from infra/ansible

Revert "bodhi: adjust selectors"

This reverts commit 91a49488ae.
This commit is contained in:
Kevin Fenzi 2026-05-02 09:54:36 -07:00
commit 83a1f1393c
2 changed files with 5 additions and 9 deletions

View file

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

View file

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