From cc83c7b9d1029f459faa0fb93a3daa0fa5d59146 Mon Sep 17 00:00:00 2001 From: rpurnama1409 Date: Sat, 24 Feb 2024 15:43:14 +0700 Subject: [PATCH] Update image version in deployment.yaml --- deployment.yaml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 8319df0..e325841 100755 --- a/deployment.yaml +++ b/deployment.yaml @@ -1,22 +1,22 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: apkt-eis + name: apkt-eis spec: - replicas: 3 - selector: - matchLabels: - app: apkt-eis - template: - metadata: - labels: - app: apkt-eis - spec: - containers: - - name: apkt-eis - image: defuj/apkt-eis:v0.0.23-dev - ports: - - containerPort: 80 + replicas: 3 + selector: + matchLabels: + app: apkt-eis + template: + metadata: + labels: + app: apkt-eis + spec: + containers: + - name: apkt-eis + image: defuj/apkt-eis:v0.0.1-vm + ports: + - containerPort: 80 --- apiVersion: v1 kind: Service @@ -44,4 +44,3 @@ spec: port: 32166 targetPort: 80 type: ClusterIP - \ No newline at end of file