소스 검색

Bug 1611840 - Correctly set console replicas

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1611840
Samuel Padgett 6 년 전
부모
커밋
b16eda775c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: