From 78e6ba98824ead11d27d29ab5512cdc3f6f3a630 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 20:18:45 -0500 Subject: [PATCH] remove probe --- clusters/cl01tl/applications/roundcube/Chart.yaml | 2 +- .../roundcube/templates/external-secret.yaml | 15 +++------------ .../roundcube/templates/http-route.yaml | 5 +---- .../roundcube/templates/replication-source.yaml | 5 +---- .../cl01tl/applications/roundcube/values.yaml | 5 ++--- 5 files changed, 8 insertions(+), 24 deletions(-) diff --git a/clusters/cl01tl/applications/roundcube/Chart.yaml b/clusters/cl01tl/applications/roundcube/Chart.yaml index b7fefec35..bf5d2e662 100644 --- a/clusters/cl01tl/applications/roundcube/Chart.yaml +++ b/clusters/cl01tl/applications/roundcube/Chart.yaml @@ -18,7 +18,7 @@ dependencies: - name: app-template alias: roundcube repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 - name: postgres-cluster alias: postgres-17-cluster version: 5.1.0 diff --git a/clusters/cl01tl/applications/roundcube/templates/external-secret.yaml b/clusters/cl01tl/applications/roundcube/templates/external-secret.yaml index e87afd1a0..5a1611dd8 100644 --- a/clusters/cl01tl/applications/roundcube/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/roundcube/templates/external-secret.yaml @@ -4,11 +4,8 @@ metadata: name: roundcube-key-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: roundcube-key-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: web - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore @@ -29,11 +26,8 @@ metadata: name: roundcube-data-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: roundcube-data-backup-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: backup - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore @@ -88,11 +82,8 @@ metadata: name: roundcube-postgresql-17-cluster-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: roundcube-postgresql-17-cluster-backup-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/applications/roundcube/templates/http-route.yaml b/clusters/cl01tl/applications/roundcube/templates/http-route.yaml index aa72af1b1..fdfed0ac6 100644 --- a/clusters/cl01tl/applications/roundcube/templates/http-route.yaml +++ b/clusters/cl01tl/applications/roundcube/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-mail namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-mail + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: web - app.kubernetes.io/part-of: {{ .Release.Name }} spec: parentRefs: - group: gateway.networking.k8s.io diff --git a/clusters/cl01tl/applications/roundcube/templates/replication-source.yaml b/clusters/cl01tl/applications/roundcube/templates/replication-source.yaml index a695223dd..4abcec14b 100644 --- a/clusters/cl01tl/applications/roundcube/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/roundcube/templates/replication-source.yaml @@ -4,11 +4,8 @@ metadata: name: roundcube-data-backup-source namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: roundcube-data-backup-source + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: backup - app.kubernetes.io/part-of: {{ .Release.Name }} spec: sourcePVC: roundcube-data trigger: diff --git a/clusters/cl01tl/applications/roundcube/values.yaml b/clusters/cl01tl/applications/roundcube/values.yaml index f164acd66..fb126c560 100644 --- a/clusters/cl01tl/applications/roundcube/values.yaml +++ b/clusters/cl01tl/applications/roundcube/values.yaml @@ -53,7 +53,7 @@ roundcube: value: archive,zipdownload,newmail_notifier resources: requests: - cpu: 100m + cpu: 10m memory: 256Mi nginx: image: @@ -129,8 +129,6 @@ roundcube: requests: cpu: 100m memory: 128Mi - serviceAccount: - create: true configMaps: config: enabled: true @@ -176,6 +174,7 @@ roundcube: protocol: HTTP persistence: data: + forceRename: roundcube-data storageClass: ceph-block accessMode: ReadWriteOnce size: 5Gi