feat(chalice): health-check changes
chore(deployment): changed service ports
This commit is contained in:
parent
c07474bdfa
commit
b8ddbee0cf
4 changed files with 3 additions and 2 deletions
|
|
@ -41,7 +41,6 @@ else:
|
|||
"ingress-nginx": "http://ingress-nginx-openreplay.app.svc.cluster.local:8888/metrics",
|
||||
"integrations": "http://integrations-openreplay.app.svc.cluster.local:8888/metrics",
|
||||
"peers": "http://peers-openreplay.app.svc.cluster.local:8888/health",
|
||||
"quickwit": "http://quickwit-openreplay.app.svc.cluster.local:8888/metrics",
|
||||
"sink": "http://sink-openreplay.app.svc.cluster.local:8888/metrics",
|
||||
"sourcemapreader": "http://sourcemapreader-openreplay.app.svc.cluster.local:8888/health",
|
||||
"storage": "http://storage-openreplay.app.svc.cluster.local:8888/metrics",
|
||||
|
|
@ -168,7 +167,6 @@ def get_health():
|
|||
"ingress-nginx": __always_healthy,
|
||||
"integrations": __check_be_service("integrations"),
|
||||
"peers": __check_be_service("peers"),
|
||||
"quickwit": __check_be_service("quickwit"),
|
||||
"sink": __check_be_service("sink"),
|
||||
"sourcemapreader": __check_be_service("sourcemapreader"),
|
||||
"storage": __check_be_service("storage")
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ service:
|
|||
type: ClusterIP
|
||||
ports:
|
||||
socketio: 9001
|
||||
metrics: 8888
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ service:
|
|||
type: ClusterIP
|
||||
ports:
|
||||
peerjs: 9000
|
||||
metrics: 8888
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ service:
|
|||
type: ClusterIP
|
||||
ports:
|
||||
sourcemapreader: 9000
|
||||
metrics: 8888
|
||||
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue