diff --git a/clusters/cl01tl/helm/blocky/values.yaml b/clusters/cl01tl/helm/blocky/values.yaml index 0b1f9ede5..895cceee4 100644 --- a/clusters/cl01tl/helm/blocky/values.yaml +++ b/clusters/cl01tl/helm/blocky/values.yaml @@ -132,7 +132,6 @@ blocky: jellystat IN CNAME traefik-cl01tl kiwix IN CNAME traefik-cl01tl komodo IN CNAME traefik-cl01tl - kronic IN CNAME traefik-cl01tl lidarr IN CNAME traefik-cl01tl lidatube IN CNAME traefik-cl01tl listenarr IN CNAME traefik-cl01tl diff --git a/clusters/cl01tl/helm/gatus/values.yaml b/clusters/cl01tl/helm/gatus/values.yaml index 7601b9678..a4ffc6a08 100644 --- a/clusters/cl01tl/helm/gatus/values.yaml +++ b/clusters/cl01tl/helm/gatus/values.yaml @@ -182,11 +182,6 @@ gatus: - name: n8n url: https://n8n.alexlebens.net <<: *defaults - - name: kronic - url: https://kronic.alexlebens.net - <<: *defaults - conditions: - - "[STATUS] == 401" - name: omni-tools url: https://omni-tools.alexlebens.net <<: *defaults diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index 7a2c4c07b..761e25782 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -337,12 +337,6 @@ homepage: href: https://n8n.alexlebens.net siteMonitor: http://n8n-main.n8n:80 statusStyle: dot - - Jobs: - icon: https://raw.githubusercontent.com/mshade/kronic/main/static/android-chrome-192x192.png - description: Kronic - href: https://kronic.alexlebens.net - siteMonitor: http://kronic.kronic:80 - statusStyle: dot - Uptime: icon: sh-gatus.webp description: Gatus diff --git a/clusters/cl01tl/helm/kronic/Chart.lock b/clusters/cl01tl/helm/kronic/Chart.lock deleted file mode 100644 index a17d724f7..000000000 --- a/clusters/cl01tl/helm/kronic/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: kronic - repository: https://mshade.github.io/kronic/ - version: 0.1.7 -digest: sha256:cd9b035491c58c6fff903e2c4e750ef41e2c360555468df6a15c2457c1873fa1 -generated: "2025-12-01T19:55:52.361339-06:00" diff --git a/clusters/cl01tl/helm/kronic/Chart.yaml b/clusters/cl01tl/helm/kronic/Chart.yaml deleted file mode 100644 index d587555a7..000000000 --- a/clusters/cl01tl/helm/kronic/Chart.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v2 -name: kronic -version: 1.0.0 -description: Kronic -keywords: - - kronic - - cron-job - - dashboard - - kubernetes -home: https://wiki.alexlebens.dev/s/f1191e27-264a-42bf-a3aa-3dcc35820a62 -sources: - - https://github.com/mshade/kronic - - https://github.com/mshade/kronic/pkgs/container/kronic - - https://github.com/mshade/kronic/tree/main/chart/kronic -maintainers: - - name: alexlebens -dependencies: - - name: kronic - repository: https://mshade.github.io/kronic/ - version: 0.1.7 -icon: https://raw.githubusercontent.com/mshade/kronic/main/static/android-chrome-192x192.png -appVersion: v0.1.4 diff --git a/clusters/cl01tl/helm/kronic/templates/external-secret.yaml b/clusters/cl01tl/helm/kronic/templates/external-secret.yaml deleted file mode 100644 index 42d008a7e..000000000 --- a/clusters/cl01tl/helm/kronic/templates/external-secret.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: external-secrets.io/v1 -kind: ExternalSecret -metadata: - name: kronic-config-secret - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: kronic-config-secret - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - secretStoreRef: - kind: ClusterSecretStore - name: vault - data: - - secretKey: password - remoteRef: - conversionStrategy: Default - decodingStrategy: None - key: /cl01tl/kronic/auth - metadataPolicy: None - property: password diff --git a/clusters/cl01tl/helm/kronic/templates/http-route.yaml b/clusters/cl01tl/helm/kronic/templates/http-route.yaml deleted file mode 100644 index fcfc42f08..000000000 --- a/clusters/cl01tl/helm/kronic/templates/http-route.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1 -kind: HTTPRoute -metadata: - name: https-route-kronic - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: https-route-kronic - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: traefik-gateway - namespace: traefik - hostnames: - - kronic.alexlebens.net - rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: - - group: '' - kind: Service - name: kronic - port: 80 - weight: 100 diff --git a/clusters/cl01tl/helm/kronic/values.yaml b/clusters/cl01tl/helm/kronic/values.yaml deleted file mode 100644 index 0ca4cbd44..000000000 --- a/clusters/cl01tl/helm/kronic/values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -kronic: - replicaCount: 1 - image: - repository: ghcr.io/mshade/kronic - tag: v0.1.4 - auth: - enabled: true - adminUsername: kronic - existingSecretName: kronic-config-secret - env: - KRONIC_ALLOW_NAMESPACES: "gitea,vault,talos,libation,kubernetes-cloudflare-ddns" - ingress: - enabled: false - resources: - requests: - cpu: 10m - memory: 256Mi diff --git a/hosts/ps08rp/blocky/config.yml b/hosts/ps08rp/blocky/config.yml index dfc495b6e..ef2c2a048 100644 --- a/hosts/ps08rp/blocky/config.yml +++ b/hosts/ps08rp/blocky/config.yml @@ -108,7 +108,6 @@ customDNS: jellystat IN CNAME traefik-cl01tl kiwix IN CNAME traefik-cl01tl komodo IN CNAME traefik-cl01tl - kronic IN CNAME traefik-cl01tl lidarr IN CNAME traefik-cl01tl lidatube IN CNAME traefik-cl01tl listenarr IN CNAME traefik-cl01tl diff --git a/hosts/ps09rp/blocky/config.yml b/hosts/ps09rp/blocky/config.yml index dfc495b6e..ef2c2a048 100644 --- a/hosts/ps09rp/blocky/config.yml +++ b/hosts/ps09rp/blocky/config.yml @@ -108,7 +108,6 @@ customDNS: jellystat IN CNAME traefik-cl01tl kiwix IN CNAME traefik-cl01tl komodo IN CNAME traefik-cl01tl - kronic IN CNAME traefik-cl01tl lidarr IN CNAME traefik-cl01tl lidatube IN CNAME traefik-cl01tl listenarr IN CNAME traefik-cl01tl