Prepare helmfile for the service cluster
This commit is contained in:
1
service/values/cert-mangager.yaml
Normal file
1
service/values/cert-mangager.yaml
Normal file
@ -0,0 +1 @@
|
||||
installCRDs: true
|
12
service/values/cilium.yaml
Normal file
12
service/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
service/values/coredns.yaml
Normal file
2
service/values/coredns.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
service:
|
||||
clusterIP: 10.43.0.10
|
4
service/values/metrics-server.yaml
Normal file
4
service/values/metrics-server.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiService:
|
||||
insecureSkipTLSVerify: true
|
||||
args:
|
||||
- --kubelet-insecure-tls
|
9
service/values/namespaces.yaml
Normal file
9
service/values/namespaces.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
namespaces:
|
||||
- name: tekton-system
|
||||
- name: metallb-system
|
||||
- name: istio-system
|
||||
- name: cert-manager
|
||||
- name: softplayer-backend
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
- name: softplayer-accounts
|
25
service/values/values.istio-ingressgateway.yaml
Normal file
25
service/values/values.istio-ingressgateway.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
service:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
- name: https
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 443
|
||||
- name: grpc-web
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
podAnnotations:
|
||||
proxy.istio.io/config: '{"gatewayTopology" : { "numTrustedProxies": 0, "forwardClientCertDetails": SANITIZE } }'
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 1024Mi
|
14
service/values/values.istiod.yaml
Normal file
14
service/values/values.istiod.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
pilot:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 2048Mi
|
||||
global:
|
||||
proxy:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 128Mi
|
Reference in New Issue
Block a user