Init commit
This commit is contained in:
8
values/namespaces.yaml
Normal file
8
values/namespaces.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
namespaces:
|
||||
- name: tekton-system
|
||||
- name: metallb-system
|
||||
- name: istio-system
|
||||
- name: softplayer-backend
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
- name: softplayer-accounts
|
25
values/values.istio-ingressgateway.yaml
Normal file
25
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
values/values.istiod.yaml
Normal file
14
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