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

8
values/namespaces.yaml Normal file
View 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

View 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
View File

@ -0,0 +1,14 @@
---
pilot:
resources:
requests:
cpu: 50m
memory: 2048Mi
global:
proxy:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 128Mi