Annnnd one more.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
dbfae1d065
commit
47056fbb9a
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ items:
|
||||||
name: bodhi-web
|
name: bodhi-web
|
||||||
spec:
|
spec:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
replicas: {{ groupvars['bodhi2-stg']['openshift_pods'] }}
|
replicas: {{ hostvars[groups['bodhi2-stg'][0]]['openshift_pods'] }}
|
||||||
{% else %}
|
{% else %}
|
||||||
replicas: {{ groupvars['bodhi2']['openshift_pods'] }}
|
replicas: {{ hostvars[groups['bodhi2'][0]]['openshift_pods'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
selector:
|
selector:
|
||||||
deploymentconfig: bodhi-web
|
deploymentconfig: bodhi-web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue