From d1c1f6a91328bd46313ff6f50fc631cba73fb078 Mon Sep 17 00:00:00 2001 From: Grzegorz-Lis Date: Wed, 29 Jul 2020 12:22:40 +0200 Subject: [SO] Make SO compatible with Kubernetes v1.17 Issue-ID: OOM-2467 Signed-off-by: Grzegorz Lis Change-Id: I30867bd37e649053b97dec023cc405b4d70d1adc --- kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kubernetes/so/charts/so-vfc-adapter') diff --git a/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml b/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml index 2addd7b184..b817dcf1e9 100755 --- a/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml +++ b/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} @@ -21,6 +21,9 @@ metadata: chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ include "common.release" . }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ index .Values.replicaCount }} minReadySeconds: {{ index .Values.minReadySeconds }} strategy: -- cgit 1.2.3-korg