mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
feat: add redis operator
This commit is contained in:
3
foundation/root/charts/cloudnative-pg/Chart.yaml
Normal file
3
foundation/root/charts/cloudnative-pg/Chart.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
version: 1.0.0
|
||||||
|
name: cloudnative-pg
|
||||||
3
foundation/root/charts/monitor/Chart.yaml
Normal file
3
foundation/root/charts/monitor/Chart.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
version: 1.0.0
|
||||||
|
name: monitor
|
||||||
26
foundation/root/charts/monitor/templates/app.yaml
Normal file
26
foundation/root/charts/monitor/templates/app.yaml
Normal 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
|
||||||
3
foundation/root/charts/redis/Chart.yaml
Normal file
3
foundation/root/charts/redis/Chart.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
version: 1.0.0
|
||||||
|
name: redis
|
||||||
29
foundation/root/charts/redis/templates/redis-operator.yaml
Normal file
29
foundation/root/charts/redis/templates/redis-operator.yaml
Normal 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/"
|
||||||
@@ -10,6 +10,8 @@ spec:
|
|||||||
destinations:
|
destinations:
|
||||||
- namespace: foundation
|
- namespace: foundation
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
- namespace: argocd
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: "*"
|
- group: "*"
|
||||||
kind: "*"
|
kind: "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user