Update deployment.yml
This commit is contained in:
committed by
GitHub
parent
4e0b73a541
commit
9b1f53092f
@@ -1,20 +1,20 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: php-color-app
|
name: random-shapes
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: php-color-app
|
app: random-shapes
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: php-color-app
|
app: random-shapes
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: php-color-app
|
- name: random-shapes
|
||||||
image: siddharth67/php-color:v1
|
image: siddharth67/php-random-shapes:v1
|
||||||
env:
|
env:
|
||||||
- name: COLOR
|
- name: COLOR
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user