Compare commits

...

2 Commits

Author SHA1 Message Date
0a273652d8 Fix immich 2025-10-31 17:37:14 +01:00
e9915f0221 Add clickhouse operator 2025-10-31 17:27:57 +01:00
2 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: clickhouse-operator
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: clickhouse-operator
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
# needed because the CRDs are too long for kubectl apply
- ServerSideApply=true
source:
repoURL: https://helm.altinity.com
chart: altinity-clickhouse-operator
targetRevision: 0.25.5
helm:
valuesObject: {}

View File

@@ -5,7 +5,7 @@ immich:
persistence:
library:
existingClaim: pictures
redis:
valkey:
enabled: true
server:
@@ -30,7 +30,7 @@ server:
machine-learning:
persistence:
cache:
type: pvc
type: persistentVolumeClaim
controller:
strategy: Recreate