Skip to content
Snippets Groups Projects
release.yaml 699 B
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: calico
  namespace: default
spec:
  releaseName: calico
  chart:
    spec:
      chart: tigera-operator
      sourceRef:
        kind: HelmRepository
        name: projectcalico
        namespace: default
      version: v3.22.0
  interval: 15m
  values:
    apiServer:
      enabled: true
    installation:
      enabled: true
      kubernetesProvider: ""
      registry: quay.io
      calicoNetwork:
        bgp: Enabled
        hostPorts: Enabled
        ipPools:
          - blockSize: 26
            cidr: 10.1.0.0/16
            encapsulation: VXLAN
            natOutgoing: Enabled
            nodeSelector: all()