From 3f16318fd382031b1ad69c532a35cfe53256e8a9 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 24 May 2024 19:21:28 -0500 Subject: [PATCH] use self signed --- clusters/cl01tl/applications/ghost/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/ghost/values.yaml b/clusters/cl01tl/applications/ghost/values.yaml index a0238fc0f..95760da5e 100644 --- a/clusters/cl01tl/applications/ghost/values.yaml +++ b/clusters/cl01tl/applications/ghost/values.yaml @@ -28,7 +28,9 @@ ghost: user: ghost database: ghost existingSecret: ghost-mysql-credentials-secret -mysql-innodbcluster: +mysql-innodbcluster: + tls: + useSelfSigned: true serverInstances: 3 routerInstances: 1 baseServerId: 1000 @@ -43,7 +45,7 @@ mysql-innodbcluster: enabled: true longQueryTime: 2.5 datadirVolumeClaimTemplate: - accessModes: + accessModes: - ReadWriteOnce resources: requests: