From 5759aaffaa6436e0d6567c4cc0420d02daa4d6a0 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 3 Jun 2026 15:43:32 +0300 Subject: [PATCH] add isito resources to brusnika-stage --- .../infrastructure/patches/istio-gateway.yaml | 51 +++++++++++-------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/clusters/brusnika-stage/infrastructure/patches/istio-gateway.yaml b/clusters/brusnika-stage/infrastructure/patches/istio-gateway.yaml index 1114a38..355194f 100644 --- a/clusters/brusnika-stage/infrastructure/patches/istio-gateway.yaml +++ b/clusters/brusnika-stage/infrastructure/patches/istio-gateway.yaml @@ -11,23 +11,34 @@ spec: - name: istiod namespace: istio-system values: - name: istio-ingressgateway - labels: - app: istio-ingressgateway - istio: ingressgateway - service: - type: ClusterIP - externalTrafficPolicy: "" - ports: - - name: status-port - port: 15021 - protocol: TCP - targetPort: 15021 - - name: http - port: 80 - protocol: TCP - targetPort: 80 - - name: https - port: 443 - protocol: TCP - targetPort: 443 + _internal_defaults_do_not_set: + name: istio-ingressgateway + labels: + app: istio-ingressgateway + istio: ingressgateway + replicaCount: 2 + affinity: {} + tolerations: [] + hostPorts: [] + podAnnotations: + prometheus.io/port: "15020" + prometheus.io/scrape: "true" + prometheus.io/path: /stats/prometheus + inject.istio.io/templates: gateway + sidecar.istio.io/inject: "true" + service: + type: ClusterIP + externalTrafficPolicy: "" + ports: + - name: status-port + port: 15021 + protocol: TCP + targetPort: 15021 + - name: http + port: 80 + protocol: TCP + targetPort: 80 + - name: https + port: 443 + protocol: TCP + targetPort: 443