softplayer-helmfile/service/values/values.istio-ingressgateway.yaml

26 lines
529 B
YAML
Raw Normal View History

2024-03-28 17:50:54 +00:00
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