Skip to content
Snippets Groups Projects
Verified Commit e2c76203 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(calico): Add initial firewall preparations

parent ea33d9fe
No related branches found
No related tags found
No related merge requests found
apiVersion: crd.projectcalico.org/v1
kind: KubeControllersConfiguration
metadata:
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled
name: default
spec:
controllers:
node:
hostEndpoint:
autoCreate: "Enabled"
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- controller-config.yaml
...@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 ...@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- kyverno - kyverno
- firewall
- cert-manager - cert-manager
- prometheus - prometheus
- ingress-nginx - ingress-nginx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment