diff --git a/clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml index 0ebb34e5b..f17ac3a9f 100644 --- a/clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml +++ b/clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml @@ -301,44 +301,6 @@ spec: resyncPeriod: 1h url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/harbor.json ---- -apiVersion: grafana.integreatly.org/v1beta1 -kind: GrafanaDashboard -metadata: - name: grafana-dashboard-redis-replication - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: grafana-dashboard-redis-replication - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - instanceSelector: - matchLabels: - app: grafana-main - contentCacheDuration: 1h - folderUID: grafana-folder-service - resyncPeriod: 1h - url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/redis-replication.json - ---- -apiVersion: grafana.integreatly.org/v1beta1 -kind: GrafanaDashboard -metadata: - name: grafana-dashboard-redis-operator - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: grafana-dashboard-redis-operator - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - instanceSelector: - matchLabels: - app: grafana-main - contentCacheDuration: 1h - folderUID: grafana-folder-service - resyncPeriod: 1h - url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/redis-operator.json - --- apiVersion: grafana.integreatly.org/v1beta1 kind: GrafanaDashboard diff --git a/clusters/cl01tl/helm/redis-operator/Chart.lock b/clusters/cl01tl/helm/redis-operator/Chart.lock deleted file mode 100644 index ab5847a74..000000000 --- a/clusters/cl01tl/helm/redis-operator/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: redis-operator - repository: https://ot-container-kit.github.io/helm-charts/ - version: 0.23.0 -digest: sha256:5527788e7c70fca410b8d007412f56bf7d8f714bed1d4f96e85468272011406b -generated: "2026-01-08T16:07:20.420231-06:00" diff --git a/clusters/cl01tl/helm/redis-operator/Chart.yaml b/clusters/cl01tl/helm/redis-operator/Chart.yaml deleted file mode 100644 index 20c086936..000000000 --- a/clusters/cl01tl/helm/redis-operator/Chart.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v2 -name: redis-operator -version: 1.0.0 -description: Redis on Kubernetes -keywords: - - redis-operator - - operator - - redis - - kubernetes -home: https://wiki.alexlebens.dev/s/ -sources: - - https://github.com/OT-CONTAINER-KIT/redis-operator - - https://github.com/OT-CONTAINER-KIT/redis-operator/tree/main/charts/redis-operator -maintainers: - - name: alexlebens -dependencies: - - name: redis-operator - version: 0.23.0 - repository: https://ot-container-kit.github.io/helm-charts/ -icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg -# renovate: datasource=github-releases depName=OT-CONTAINER-KIT/redis-operator -appVersion: v0.23.0 diff --git a/clusters/cl01tl/helm/redis-operator/values.yaml b/clusters/cl01tl/helm/redis-operator/values.yaml deleted file mode 100644 index 70b4077d0..000000000 --- a/clusters/cl01tl/helm/redis-operator/values.yaml +++ /dev/null @@ -1,21 +0,0 @@ -redis-operator: - redisOperator: - imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator - imageTag: v0.23.0 - strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 50% - maxUnavailable: 50% - metrics: - enabled: true - resources: - requests: - cpu: 50m - memory: 128Mi - replicas: 2 - certmanager: - enabled: false - manager: - config: - kubeClientTimeout: null