feat(chalice): health-check changes

chore(deployment): changed service ports
This commit is contained in:
Taha Yassine Kraiem 2023-03-13 18:12:39 +01:00
parent c07474bdfa
commit b8ddbee0cf
4 changed files with 3 additions and 2 deletions

View file

@ -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")

View file

@ -64,6 +64,7 @@ service:
type: ClusterIP
ports:
socketio: 9001
metrics: 8888
ingress:
enabled: true

View file

@ -64,6 +64,7 @@ service:
type: ClusterIP
ports:
peerjs: 9000
metrics: 8888
ingress:
enabled: true

View file

@ -48,6 +48,7 @@ service:
type: ClusterIP
ports:
sourcemapreader: 9000
metrics: 8888
serviceMonitor:
enabled: false