45 lines
1,002 B
YAML
45 lines
1,002 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: coroot-operator
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: coroot
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: coroot-operator
|
|
repoURL: https://coroot.github.io/helm-charts
|
|
targetRevision: 0.4.4
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: coroot-distro
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: coroot
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: coroot-ce
|
|
repoURL: https://coroot.github.io/helm-charts
|
|
targetRevision: 0.3.1
|
|
helm:
|
|
valuesObject:
|
|
clickhouse:
|
|
shards: 1
|
|
replicas: 1
|
|
storage:
|
|
className: longhorn-fast
|
|
keeper:
|
|
replicas: 1
|
|
service:
|
|
type: LoadBalancer
|
|
storage:
|
|
className: longhorn-fast
|
|
prometheus:
|
|
storage:
|
|
className: longhorn-fast
|