1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops/apps/cluster-infrastructure/cilium.yaml
Vojtech Mares b68309f66f
feat(apps): add cilium app
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2023-12-13 16:17:48 +01:00

31 lines
702 B
YAML

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