fix: change internal port to 8080 not to interfere with dapr
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
||||||
value: /healthz
|
value: /healthz
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/env/-
|
||||||
|
value:
|
||||||
|
name: INTRERNAL_PORT
|
||||||
|
value: 8080
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/template/spec/containers/0/envFrom
|
path: /spec/template/spec/containers/0/envFrom
|
||||||
value: []
|
value: []
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
path: /spec/ports/-
|
path: /spec/ports/-
|
||||||
value:
|
value:
|
||||||
name: intra
|
name: intra
|
||||||
port: 8000
|
port: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8000
|
targetPort: 8080
|
||||||
|
|||||||
@@ -3,9 +3,13 @@
|
|||||||
value:
|
value:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
dapr.io/app-id: "atlantis"
|
dapr.io/app-id: "atlantis"
|
||||||
dapr.io/app-id: "atlantis"
|
|
||||||
dapr.io/app-port: "8000"
|
dapr.io/app-port: "8000"
|
||||||
dapr.io/config: "tracing"
|
dapr.io/config: "tracing"
|
||||||
|
- op: replace
|
||||||
|
path: /spec/template/spec/containers/0/env/0
|
||||||
|
value:
|
||||||
|
name: LOG_LEVEL
|
||||||
|
value: "4"
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/template/spec/containers/0/env/-
|
path: /spec/template/spec/containers/0/env/-
|
||||||
value:
|
value:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
value:
|
value:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
dapr.io/app-id: "atlantis"
|
dapr.io/app-id: "atlantis"
|
||||||
dapr.io/app-id: "atlantis"
|
|
||||||
dapr.io/app-port: "8000"
|
dapr.io/app-port: "8000"
|
||||||
dapr.io/config: "tracing"
|
dapr.io/config: "tracing"
|
||||||
- op: replace
|
- op: replace
|
||||||
|
|||||||
@@ -7,14 +7,14 @@ ingress:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
- host: maps.oceanbox.io
|
- host: maps.srv.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- atlantis.srv.oceanbox.io
|
- atlantis.srv.oceanbox.io
|
||||||
- maps.oceanbox.io
|
- maps.srv.oceanbox.io
|
||||||
secretName: atlantis-tls
|
secretName: atlantis-tls
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user