From e520ddeff7058ed9d81fd18689f3d8628c8a3a77 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 14:51:25 -0500 Subject: [PATCH] rename to typesense --- clusters/cl01tl/applications/vikunja/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/vikunja/values.yaml b/clusters/cl01tl/applications/vikunja/values.yaml index e2b0652aa..dadbe7c92 100644 --- a/clusters/cl01tl/applications/vikunja/values.yaml +++ b/clusters/cl01tl/applications/vikunja/values.yaml @@ -119,7 +119,7 @@ vikunja: subPath: config.yml typesense: controllers: - main: + typesense: type: deployment replicas: 1 strategy: Recreate @@ -143,8 +143,8 @@ typesense: cpu: 100m memory: 256Mi service: - main: - controller: main + typesense: + controller: typesense ports: http: port: 8108 @@ -157,7 +157,7 @@ typesense: size: 5Gi retain: true advancedMounts: - main: + typesense: main: - path: /data readOnly: false