From e0045d567998f48d6aa7df67b35a4446754e1ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gor=20Gevorgyan=20=5BEPAM=C2=A0/=20GCP=5D?= <gor_gevorgyan1@epam.com> Date: Tue, 24 Dec 2024 13:44:42 +0000 Subject: [PATCH] switched to beta --- devops/core-plus/deploy/templates/virtual-service.yaml | 2 +- devops/gc/deploy/templates/virtual-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/core-plus/deploy/templates/virtual-service.yaml b/devops/core-plus/deploy/templates/virtual-service.yaml index 2ceb0ed5f..23c3bdda5 100644 --- a/devops/core-plus/deploy/templates/virtual-service.yaml +++ b/devops/core-plus/deploy/templates/virtual-service.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.istio.io/v1 +apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: {{ .Values.conf.appName | quote }} diff --git a/devops/gc/deploy/templates/virtual-service.yaml b/devops/gc/deploy/templates/virtual-service.yaml index 05b2617da..2a8102da2 100644 --- a/devops/gc/deploy/templates/virtual-service.yaml +++ b/devops/gc/deploy/templates/virtual-service.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.istio.io/v1 +apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: {{ .Values.conf.appName | quote }} -- GitLab