Explorar o código

Bug 1611840 - Correctly set console replicas

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1611840
Samuel Padgett %!s(int64=6) %!d(string=hai) anos
pai
achega
b16eda775c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: