fix: change internal port to 8080 not to interfere with dapr
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
||||
value: /healthz
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value:
|
||||
name: INTRERNAL_PORT
|
||||
value: 8080
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom
|
||||
value: []
|
||||
|
||||
Reference in New Issue
Block a user