diff --git a/health-check/deployment.yml b/health-check/deployment.yml new file mode 100644 index 0000000..a53ad47 --- /dev/null +++ b/health-check/deployment.yml @@ -0,0 +1,20 @@ +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