Fix pod selectors
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
932f98fed5
commit
3792988ca2
1 changed files with 4 additions and 0 deletions
|
@ -12,7 +12,11 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
|
{% if objectname == "deploymentconfig-totpcgi-vpn.yml" %}
|
||||||
|
deploymentconfig: totpcgi-vpn
|
||||||
|
{% else %}
|
||||||
deploymentconfig: totpcgi
|
deploymentconfig: totpcgi
|
||||||
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
activeDeadlineSeconds: 21600
|
activeDeadlineSeconds: 21600
|
||||||
recreateParams:
|
recreateParams:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue