EUGENIO SOUZA CARVALHO 4 лет назад
Родитель
Сommit
6044c76c85
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      020-deployment.yaml

+ 3 - 2
020-deployment.yaml

@@ -89,17 +89,18 @@ spec:
           - --log.level=INFO
         image: traefik:2.2.1
         env:
-          - name: GCE_DEBUG
-            value: true
           - name: GCE_PROJECT
             value: "myroot-283603"
           # - name: GCE_SERVICE_ACCOUNT
           #   value: "traefik@myroot-283603.iam.gserviceaccount.com"
           - name: GCE_SERVICE_ACCOUNT_FILE
             value: /secrets/gcloud-credentials.json
+          - name: GCE_DEBUG
+            value: "true"
         volumeMounts:
           - mountPath: /secrets
             name: google-crendential
+
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3