Update deployment.yml

This commit is contained in:
Barahalikar Siddharth
2022-06-08 00:40:12 +05:30
committed by GitHub
parent 4e0b73a541
commit 9b1f53092f

View File

@@ -1,20 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: php-color-app
name: random-shapes
spec:
selector:
matchLabels:
app: php-color-app
app: random-shapes
replicas: 1
template:
metadata:
labels:
app: php-color-app
app: random-shapes
spec:
containers:
- name: php-color-app
image: siddharth67/php-color:v1
- name: random-shapes
image: siddharth67/php-random-shapes:v1
env:
- name: COLOR
valueFrom: