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