Skip to content

Commit

Permalink
deploy: set log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 9, 2024
1 parent b8b52de commit fdb7ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/emojivoto/coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NUNKI_LOG_LEVEL
value: "debug"
---
apiVersion: v1
kind: Service
Expand Down
2 changes: 2 additions & 0 deletions deployments/openssl/coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NUNKI_LOG_LEVEL
value: "debug"
---
apiVersion: v1
kind: Service
Expand Down
2 changes: 2 additions & 0 deletions deployments/simple/coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NUNKI_LOG_LEVEL
value: "debug"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit fdb7ce9

Please sign in to comment.