EUGENIO SOUZA CARVALHO %!s(int64=4) %!d(string=hai) anos
pai
achega
6044c76c85
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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