From cfeb95745caad557f9a99d0c4d7b597adb8baf3c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 20:47:32 -0500 Subject: [PATCH] remove probe --- .../applications/tubearchivist/Chart.yaml | 4 ++-- .../templates/external-secret.yaml | 11 +---------- .../tubearchivist/templates/http-route.yaml | 5 +---- .../templates/persistent-volume-claim.yaml | 5 +---- .../templates/persistent-volume.yaml | 5 +---- .../applications/tubearchivist/values.yaml | 18 ------------------ 6 files changed, 6 insertions(+), 42 deletions(-) diff --git a/clusters/cl01tl/applications/tubearchivist/Chart.yaml b/clusters/cl01tl/applications/tubearchivist/Chart.yaml index 6454cbbdb..087f36a82 100644 --- a/clusters/cl01tl/applications/tubearchivist/Chart.yaml +++ b/clusters/cl01tl/applications/tubearchivist/Chart.yaml @@ -22,7 +22,7 @@ dependencies: - name: app-template alias: tubearchivist repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 - name: valkey version: 3.0.6 repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts @@ -30,4 +30,4 @@ dependencies: version: 21.6.3 repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tube-archivist.png -appVersion: v0.5.1 +appVersion: v0.5.2 diff --git a/clusters/cl01tl/applications/tubearchivist/templates/external-secret.yaml b/clusters/cl01tl/applications/tubearchivist/templates/external-secret.yaml index 98040204c..cb58095c0 100644 --- a/clusters/cl01tl/applications/tubearchivist/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/tubearchivist/templates/external-secret.yaml @@ -6,9 +6,6 @@ metadata: labels: 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 @@ -38,9 +35,6 @@ metadata: labels: 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 @@ -61,11 +55,8 @@ metadata: name: tubearchivist-wireguard-conf namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: tubearchivist-wireguard-conf + 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 diff --git a/clusters/cl01tl/applications/tubearchivist/templates/http-route.yaml b/clusters/cl01tl/applications/tubearchivist/templates/http-route.yaml index a9929d599..acd0e5995 100644 --- a/clusters/cl01tl/applications/tubearchivist/templates/http-route.yaml +++ b/clusters/cl01tl/applications/tubearchivist/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-tubearchivist namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-tubearchivist + 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/tubearchivist/templates/persistent-volume-claim.yaml b/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume-claim.yaml index 66f3958ff..419c57afa 100644 --- a/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume-claim.yaml @@ -4,11 +4,8 @@ metadata: name: tubearchivist-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: tubearchivist-nfs-storage + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: storage - app.kubernetes.io/part-of: {{ .Release.Name }} spec: volumeName: tubearchivist-nfs-storage storageClassName: nfs-client diff --git a/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume.yaml b/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume.yaml index 719c64ea6..2677f451e 100644 --- a/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume.yaml +++ b/clusters/cl01tl/applications/tubearchivist/templates/persistent-volume.yaml @@ -4,11 +4,8 @@ metadata: name: tubearchivist-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: tubearchivist-nfs-storage + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: storage - app.kubernetes.io/part-of: {{ .Release.Name }} spec: persistentVolumeReclaimPolicy: Retain storageClassName: nfs-client diff --git a/clusters/cl01tl/applications/tubearchivist/values.yaml b/clusters/cl01tl/applications/tubearchivist/values.yaml index 3f569bf83..3f449ea3a 100644 --- a/clusters/cl01tl/applications/tubearchivist/values.yaml +++ b/clusters/cl01tl/applications/tubearchivist/values.yaml @@ -31,22 +31,6 @@ tubearchivist: envFrom: - secretRef: name: tubearchivist-config-secret - probes: - liveness: - enabled: false - custom: true - spec: - exec: - command: - - /usr/bin/env - - bash - - -c - - curl --fail http://localhost:8000/health - failureThreshold: 5 - initialDelaySeconds: 60 - periodSeconds: 30 - successThreshold: 1 - timeoutSeconds: 10 resources: requests: cpu: 10m @@ -93,8 +77,6 @@ tubearchivist: squat.ai/tun: "1" cpu: 10m memory: 128Mi - serviceAccount: - create: true service: main: controller: main