Update deployment.yaml

This commit is contained in:
Ashikuroff 2022-08-04 10:07:05 +08:00 committed by GitHub
parent 0904659201
commit ecf9e5b40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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