mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
Add clickhouse operator
This commit is contained in:
24
apps/clickhouse-operator.yaml
Normal file
24
apps/clickhouse-operator.yaml
Normal 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: {}
|
||||
Reference in New Issue
Block a user