Delete deployment.yml

This commit is contained in:
Barahalikar Siddharth
2022-09-20 14:29:43 +05:30
committed by GitHub
parent f13eab6ccc
commit 75afe9caa4

View File

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