From 75173bf71b52867e83acc5bd69bfccf3b703ce1a Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Tue, 20 Sep 2022 14:39:47 +0530 Subject: [PATCH] Delete deployment.yaml --- health-check/deployment.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 health-check/deployment.yaml diff --git a/health-check/deployment.yaml b/health-check/deployment.yaml deleted file mode 100644 index a53ad47..0000000 --- a/health-check/deployment.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: random-shapes -spec: - selector: - matchLabels: - app: random-shapes - replicas: 2 - template: - metadata: - labels: - app: random-shapes - spec: - containers: - - name: random-shapes - image: siddharth67/php-random-shapes:v1 - envFrom: - - configMapRef: - name: moving-shapes-colors