Init commit
This commit is contained in:
1
workload/values/cert-mangager.yaml
Normal file
1
workload/values/cert-mangager.yaml
Normal file
@ -0,0 +1 @@
|
||||
installCRDs: true
|
12
workload/values/cilium.yaml
Normal file
12
workload/values/cilium.yaml
Normal 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
|
2
workload/values/coredns.yaml
Normal file
2
workload/values/coredns.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
service:
|
||||
clusterIP: 10.43.0.10
|
1
workload/values/flannel.yaml
Normal file
1
workload/values/flannel.yaml
Normal file
@ -0,0 +1 @@
|
||||
podCidr: 10.244.0.0/16
|
9
workload/values/longhorn.yaml
Normal file
9
workload/values/longhorn.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
defaultSettings:
|
||||
guaranteedEngineManagerCPU: 6
|
||||
guaranteedReplicaManagerCPU: 6
|
||||
storageOverProvisioningPercentage: 300
|
||||
storageMinimalAvailablePercentage: 5
|
||||
defaultDataPath: /media-longhorn
|
||||
persistence:
|
||||
defaultClassReplicaCount: 1
|
||||
enablePSP: false
|
4
workload/values/metrics-server.yaml
Normal file
4
workload/values/metrics-server.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiService:
|
||||
insecureSkipTLSVerify: true
|
||||
args:
|
||||
- --kubelet-insecure-tls
|
5
workload/values/namespaces.yaml
Normal file
5
workload/values/namespaces.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
namespaces:
|
||||
- name: metallb-system
|
||||
- name: traefik-system
|
||||
- name: longhorn-system
|
||||
- name: cilium-system
|
Reference in New Issue
Block a user