feat: add redis operator

This commit is contained in:
Morten Olsen
2025-12-03 19:18:34 +01:00
parent 8f044b62b3
commit 164570237b
8 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: cloudnative-pg

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: monitor

View File

@@ -0,0 +1,26 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trivy-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://aquasecurity.github.io/helm-charts/
targetRevision: 0.31.0
chart: trivy-operator
helm: {}
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: redis

View File

@@ -0,0 +1,29 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redis-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://ot-container-kit.github.io/helm-charts/
targetRevision: 0.22.2
chart: redis-operator
helm: {}
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true
info:
- name: "Documentation: "
value: "https://redis-operator.opstree.dev/"

View File

@@ -10,6 +10,8 @@ spec:
destinations:
- namespace: foundation
server: https://kubernetes.default.svc
- namespace: argocd
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"