gateway: autoscaling: enabled: false minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80 replicaCount: 1 resources: requests: cpu: 50m memory: 64Mi limits: # cpu: 100m memory: 512Mi service: type: NodePort externalTrafficPolicy: Local # Map port 80/443 to 8080/8443 so we don't need to root # ports is extended as follows: # noGateway: true -> this port does NOT get mapped to a Gateway port # tls: optional gateway port setting # gatewayProtocol: Loadbalancer protocol which is NOT the same as Container Procotol ! podAnnotations: proxy.istio.io/config: '{ "terminationDrainDuration": "20s" }' certificates: - name: ingress-cert dnsNames: [] # - '*.example.com' telemetry: enabled: falser proxyProtocol: true