Init commit

This commit is contained in:
2024-03-28 18:50:54 +01:00
commit e6d934ad7b
24 changed files with 511 additions and 0 deletions

View File

@ -0,0 +1 @@
installCRDs: true

View File

@ -0,0 +1,12 @@
operator:
replicas: 1
endpointRoutes:
# -- Enable use of per endpoint routes instead of routing via
# the cilium_host interface.
enabled: true
ipam:
ciliumNodeUpdateRate: "15s"
operator:
clusterPoolIPv4PodCIDRList:
- 10.244.0.0/16

View File

@ -0,0 +1,2 @@
service:
clusterIP: 10.43.0.10

View File

@ -0,0 +1 @@
podCidr: 10.244.0.0/16

View File

@ -0,0 +1,9 @@
defaultSettings:
guaranteedEngineManagerCPU: 6
guaranteedReplicaManagerCPU: 6
storageOverProvisioningPercentage: 300
storageMinimalAvailablePercentage: 5
defaultDataPath: /media-longhorn
persistence:
defaultClassReplicaCount: 1
enablePSP: false

View File

@ -0,0 +1,4 @@
apiService:
insecureSkipTLSVerify: true
args:
- --kubelet-insecure-tls

View File

@ -0,0 +1,5 @@
namespaces:
- name: metallb-system
- name: traefik-system
- name: longhorn-system
- name: cilium-system