diff options
author | 2023-11-17 14:29:03 +0000 | |
---|---|---|
committer | 2023-11-17 14:29:03 +0000 | |
commit | 2bc6e4f9445ae748b490a6024ac35e57794aff6a (patch) | |
tree | 11682a6baf6d6932a2ba03d6bb4ebe8f5d9b9992 /kubernetes/so/components/so-mariadb/values.yaml | |
parent | 60f33d7fa1d42a7d75df330852cd35d2cd316f10 (diff) | |
parent | 576de2dd4f523e2a47e9c2d1063395dae4efc776 (diff) |
Merge "[MARIADB] Make the MariaDB service Operator aware"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml index 85336813e5..4aa322934b 100755 --- a/kubernetes/so/components/so-mariadb/values.yaml +++ b/kubernetes/so/components/so-mariadb/values.yaml @@ -26,7 +26,7 @@ global: ubuntuInitRepository: docker.io mariadbGalera: nameOverride: &mariadbName mariadb-galera - service: mariadb-galera-primary + service: mariadb-galera servicePort: "3306" migration: enabled: false |