From 1562229587f774d479974a32cf3c4514ccd66439 Mon Sep 17 00:00:00 2001 From: iamvigneshwars Date: Thu, 28 Mar 2024 10:50:56 +0000 Subject: [PATCH] Change database host to local ispyb instance --- charts/sessions/Chart.yaml | 2 +- charts/sessions/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sessions/Chart.yaml b/charts/sessions/Chart.yaml index 0d76794..be22365 100644 --- a/charts/sessions/Chart.yaml +++ b/charts/sessions/Chart.yaml @@ -3,7 +3,7 @@ name: sessions description: A deployment providing beamline session information as part of the graph federation type: application -version: 0.1.0 +version: 0.2.0 dependencies: - name: sessions diff --git a/charts/sessions/values.yaml b/charts/sessions/values.yaml index 17e56bb..a5bfd45 100644 --- a/charts/sessions/values.yaml +++ b/charts/sessions/values.yaml @@ -2,7 +2,7 @@ sessions: enabled: true logLevel: Debug database: - host: mysql://ispybdbproxy.diamond.ac.uk:4306/ispyb + host: mysql://ispyb-mariadb-galera-headless user: ispyb_ro password: secretName: ispyb