mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
Update deployment.yaml
This commit is contained in:
parent
0904659201
commit
ecf9e5b40f
@ -22,7 +22,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: example-app
|
- name: example-app
|
||||||
image: aimvector/python:1.0.1
|
image: aimvector/python:1.0.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
@ -44,4 +44,4 @@ spec:
|
|||||||
secretName: mysecret
|
secretName: mysecret
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: example-config #name of our configmap object
|
name: example-config #name of our configmap object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user