feat(apps): add cilium app
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
parent
2208c1ebdd
commit
b68309f66f
1 changed files with 31 additions and 0 deletions
31
apps/cluster-infrastructure/cilium.yaml
Normal file
31
apps/cluster-infrastructure/cilium.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1000"
|
||||||
|
spec:
|
||||||
|
project: cluster-infrastructure
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
source:
|
||||||
|
chart: cilium
|
||||||
|
repoURL: https://helm.cilium.io/
|
||||||
|
targetRevision: 1.14.3
|
||||||
|
helm:
|
||||||
|
releaseName: cilium
|
||||||
|
valuesObject:
|
||||||
|
kubeProxyReplacement: true
|
||||||
|
k8sServiceHost: cthulhu.k8s.vxm.cz
|
||||||
|
k8sServicePort: 6443
|
||||||
|
hubble:
|
||||||
|
relay:
|
||||||
|
enabled: true
|
||||||
|
ui:
|
||||||
|
enabled: true
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: kube-system
|
||||||
Reference in a new issue