Add 'health-check/deployment.yml'

This commit is contained in:
siddharth
2022-09-23 19:33:19 +00:00
parent 043c5d9a4e
commit e108849587

View File

@@ -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