Basic install... let's see how big this is
This commit is contained in:
parent
5381618318
commit
bd19220800
1 changed files with 20 additions and 0 deletions
|
@ -12,3 +12,23 @@ spec:
|
||||||
chart: coroot-operator
|
chart: coroot-operator
|
||||||
repoURL: https://coroot.github.io/helm-charts
|
repoURL: https://coroot.github.io/helm-charts
|
||||||
targetRevision: 0.4.4
|
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.4.4
|
||||||
|
helm:
|
||||||
|
valuesObject:
|
||||||
|
clickhouse:
|
||||||
|
shards: 1
|
||||||
|
replicas: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue