From 3dfee5a102b9a4fd9f239a0f1594be5dad468b8c Mon Sep 17 00:00:00 2001 From: Furkan Pehlivan <65170388+pehlicd@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:41:15 +0100 Subject: [PATCH] fix: update PUSHER_HOST from default values (#13) Co-authored-by: talboren --- charts/keep/values.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 7e02f0d..fa9db47 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -90,7 +90,7 @@ frontend: - name: HOSTNAME value: 0.0.0.0 - name: PUSHER_HOST - value: localhost + value: keep-websocket.default.svc.cluster.local - name: PUSHER_PORT value: 6001 - name: PUSHER_APP_KEY @@ -164,16 +164,6 @@ websocket: service: type: ClusterIP port: 6001 - ingress: - enabled: false - className: "" - annotations: {} - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] resources: {} autoscaling: enabled: false