[WIP] Fixes emailservice CrashLoop when Workload Identity is enabled (#280)

* Adds explicit PROJECT_ID for stackdriver exporter

* save work

* cleanup
This commit is contained in:
Megan O'Keefe 2019-12-17 13:41:59 -05:00 committed by GitHub
parent 8cfb88bf2f
commit 04b2084779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -34,6 +34,8 @@ spec:
env:
- name: PORT
value: "8080"
- name: ENABLE_PROFILER
value: "0"
readinessProbe:
periodSeconds: 5
exec:
@ -42,9 +44,6 @@ spec:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
env:
- name: ENABLE_PROFILER
value: "0"
resources:
requests:
cpu: 100m