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:
|
||||
replicas: 3
|
||||
selector:
|
||||
{% if objectname == "deploymentconfig-totpcgi-vpn.yml" %}
|
||||
deploymentconfig: totpcgi-vpn
|
||||
{% else %}
|
||||
deploymentconfig: totpcgi
|
||||
{% endif %}
|
||||
strategy:
|
||||
activeDeadlineSeconds: 21600
|
||||
recreateParams:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue