From 411378398ef3e47218974387a91967431563add6 Mon Sep 17 00:00:00 2001 From: siddharth Date: Fri, 23 Sep 2022 19:40:53 +0000 Subject: [PATCH] Add 'health-check/deployment.yml' --- health-check/deployment.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 health-check/deployment.yml diff --git a/health-check/deployment.yml b/health-check/deployment.yml new file mode 100644 index 0000000..ed0a7cb --- /dev/null +++ b/health-check/deployment.yml @@ -0,0 +1,21 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: random-shapes +spec: + selector: + matchLabels: + app: random-shapes + replicas: 1 + template: + metadata: + labels: + app: random-shapes + spec: + containers: + - name: random-shapes + image: siddharth67/php-random-shapes:v1 + imagePullPolicy: Always + envFrom: + - configMapRef: + name: moving-shapes-colors \ No newline at end of file