From 57173031069ab2db754535567ca20cb99bff4632 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 20:41:17 -0500 Subject: [PATCH] remove probe --- clusters/cl01tl/applications/tautulli/Chart.yaml | 2 +- .../applications/tautulli/templates/external-secret.yaml | 5 +---- .../cl01tl/applications/tautulli/templates/http-route.yaml | 5 +---- .../applications/tautulli/templates/replication-source.yaml | 5 +---- clusters/cl01tl/applications/tautulli/values.yaml | 3 +-- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/applications/tautulli/Chart.yaml b/clusters/cl01tl/applications/tautulli/Chart.yaml index 441cec177..1db35eb93 100644 --- a/clusters/cl01tl/applications/tautulli/Chart.yaml +++ b/clusters/cl01tl/applications/tautulli/Chart.yaml @@ -16,6 +16,6 @@ dependencies: - name: app-template alias: tautulli repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tautulli.png appVersion: v2.15.2 diff --git a/clusters/cl01tl/applications/tautulli/templates/external-secret.yaml b/clusters/cl01tl/applications/tautulli/templates/external-secret.yaml index 81b5e2210..de81ce22b 100644 --- a/clusters/cl01tl/applications/tautulli/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/tautulli/templates/external-secret.yaml @@ -4,11 +4,8 @@ metadata: name: tautulli-config-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: tautulli-config-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 diff --git a/clusters/cl01tl/applications/tautulli/templates/http-route.yaml b/clusters/cl01tl/applications/tautulli/templates/http-route.yaml index c1f9a689d..c8719eca7 100644 --- a/clusters/cl01tl/applications/tautulli/templates/http-route.yaml +++ b/clusters/cl01tl/applications/tautulli/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-tautulli namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-tautulli + 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/tautulli/templates/replication-source.yaml b/clusters/cl01tl/applications/tautulli/templates/replication-source.yaml index 94bf45348..e96f5d8be 100644 --- a/clusters/cl01tl/applications/tautulli/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/tautulli/templates/replication-source.yaml @@ -4,11 +4,8 @@ metadata: name: tautulli-config-backup-source namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: tautulli-config-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: tautulli-config trigger: diff --git a/clusters/cl01tl/applications/tautulli/values.yaml b/clusters/cl01tl/applications/tautulli/values.yaml index 3ef7f3b58..9b60f4c47 100644 --- a/clusters/cl01tl/applications/tautulli/values.yaml +++ b/clusters/cl01tl/applications/tautulli/values.yaml @@ -24,8 +24,6 @@ tautulli: requests: cpu: 10m memory: 128Mi - serviceAccount: - create: true configMaps: scripts: enabled: true @@ -127,6 +125,7 @@ tautulli: protocol: HTTP persistence: config: + forceRename: tautulli-config storageClass: ceph-block accessMode: ReadWriteOnce size: 5Gi