From 5d3870da00f315c408289629c8e0cf05073ab293 Mon Sep 17 00:00:00 2001 From: pehlicd <65170388+pehlicd@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:00:31 +0200 Subject: [PATCH] fix: fix lint --- charts/keep/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index cf92f1a..478513f 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -209,14 +209,14 @@ websocket: healthCheck: enabled: false probes: - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http + livenessProbe: + httpGet: + path: / + port: http + readinessProbe: + httpGet: + path: / + port: http database: enabled: true