Browse Source

Merge pull request #9418 from spadgett/fix-console-replicas

Bug 1611840 - Correctly set console replicas
OpenShift Merge Robot 6 years ago
parent
commit
33fccbdd59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_console/files/console-template.yaml

+ 1 - 1
roles/openshift_console/files/console-template.yaml

@@ -50,6 +50,7 @@ objects:
     strategy:
       type: RollingUpdate
     progressDeadlineSeconds: 600
+    replicas: "${{REPLICA_COUNT}}"
     template:
       metadata:
         labels:
@@ -110,7 +111,6 @@ objects:
           - mountPath: /var/console-config
             name: console-config
         dnsPolicy: ClusterFirst
-        replicas: "${{REPLICA_COUNT}}"
         restartPolicy: Always
         terminationGracePeriodSeconds: 30
         volumes: