From b7e4ba33340d7e95b33566bb0a3a7d0fe5430f32 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 16:19:44 -0500 Subject: [PATCH] migrate vikunja to .23 --- .../cl01tl/applications/vikunja/Chart.yaml | 4 --- .../cl01tl/applications/vikunja/values.yaml | 36 +++---------------- 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/clusters/cl01tl/applications/vikunja/Chart.yaml b/clusters/cl01tl/applications/vikunja/Chart.yaml index d2309467c..51129bbaf 100644 --- a/clusters/cl01tl/applications/vikunja/Chart.yaml +++ b/clusters/cl01tl/applications/vikunja/Chart.yaml @@ -37,10 +37,6 @@ dependencies: alias: cloudflared-api repository: http://alexlebens.github.io/helm-charts version: 1.4.0 - - name: cloudflared - alias: cloudflared-front - repository: http://alexlebens.github.io/helm-charts - version: 1.4.0 - name: postgres-cluster alias: postgres-16-cluster version: 3.5.0 diff --git a/clusters/cl01tl/applications/vikunja/values.yaml b/clusters/cl01tl/applications/vikunja/values.yaml index ff14cf719..54a5622bf 100644 --- a/clusters/cl01tl/applications/vikunja/values.yaml +++ b/clusters/cl01tl/applications/vikunja/values.yaml @@ -8,12 +8,12 @@ vikunja: containers: main: image: - repository: vikunja/api - tag: 0.22.1 + repository: vikunja/vikunja + tag: 0.23.0 pullPolicy: IfNotPresent env: - - name: VIKUNJA_SERVICE_FRONTENDURL - value: https://vikunja.alexlebens.dev + - name: VIKUNJA_SERVICE_PUBLICURL + value: https://vikunja.alexlebens.dev - name: VIKUNJA_SERVICE_ENABLEREGISTRATION value: "false" - name: VIKUNJA_SERVICE_TIMEZONE @@ -62,24 +62,6 @@ vikunja: requests: cpu: 100m memory: 128Mi - front: - type: deployment - replicas: 1 - strategy: Recreate - revisionHistoryLimit: 3 - containers: - main: - image: - repository: vikunja/frontend - tag: 0.22.1 - pullPolicy: IfNotPresent - env: - - name: VIKUNJA_API_URL - value: https://vikunja-api.alexlebens.dev/api/v1/ - resources: - requests: - cpu: 100m - memory: 128Mi serviceAccount: create: true service: @@ -90,13 +72,6 @@ vikunja: port: 3456 targetPort: 3456 protocol: HTTP - front: - controller: front - ports: - http: - port: 80 - targetPort: 80 - protocol: HTTP persistence: data: storageClass: ceph-block @@ -174,9 +149,6 @@ redis: cloudflared-api: name: cloudflared-api existingSecretName: vikunja-cloudflared-api-secret -cloudflared-front: - name: cloudflared-front - existingSecretName: vikunja-cloudflared-front-secret postgres-16-cluster: mode: standalone kubernetesClusterName: cl01tl