fix: change internal port to 8080 not to interfere with dapr
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
value:
|
||||
dapr.io/enabled: "true"
|
||||
dapr.io/app-id: "atlantis"
|
||||
dapr.io/app-id: "atlantis"
|
||||
dapr.io/app-port: "8000"
|
||||
dapr.io/config: "tracing"
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/env/0
|
||||
value:
|
||||
name: LOG_LEVEL
|
||||
value: "4"
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value:
|
||||
|
||||
Reference in New Issue
Block a user