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