40 lines
853 B
YAML
40 lines
853 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cilium
|
|
namespace: argocd
|
|
labels:
|
|
kube: core-system
|
|
annotations:
|
|
avp.kubernetes.io/ignore: "true"
|
|
argocd.argoproj.io/compare-options: ServerSideDiff=true
|
|
spec:
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
destination:
|
|
namespace: kube-system
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
repoURL: https://helm.cilium.io/
|
|
targetRevision: HEAD
|
|
targetRevision: 1.16.2
|
|
chart: cilium
|
|
|
|
helm:
|
|
values: |
|
|
kubeProxyReplacement: "true"
|
|
ingressController:
|
|
enabled: true
|
|
default: true
|
|
loadbalancerMode: shared
|
|
hostNetwork:
|
|
enabled: true
|
|
|
|
|
|
# helm:
|
|
# values: |
|
|
# configs:
|
|
# params:
|
|
# server.insecure: true
|