mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Enable logging in sandbox GCP proxies
This makes it easier to debug issues. There are no privacy concerns in sandbox. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197045576
This commit is contained in:
parent
b8d7d9da29
commit
1248a7722b
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ spec:
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["--env", "sandbox_canary"]
|
args: ["--env", "sandbox_canary", "--log"]
|
||||||
env:
|
env:
|
||||||
- name: POD_ID
|
- name: POD_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["--env", "sandbox"]
|
args: ["--env", "sandbox", "--log"]
|
||||||
env:
|
env:
|
||||||
- name: POD_ID
|
- name: POD_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue