Delete 'health-check/deployment.yml'
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: random-shapes
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: random-shapes
|
|
||||||
replicas: 4
|
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user