Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Commit 09f1419

Browse files
committedNov 9, 2018
Made a small change
1 parent 6aa2018 commit 09f1419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kubecode/deployment_django.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
containers:
1919
- name: django
2020
# Notice the tag is also included in the image
21-
image: kubernetes101/django_image:2a50731
21+
image: kubernetes101/django_image:6aa2018
2222
ports:
2323
- containerPort: 8000
2424
# Minimum and maximum resources allocated to the container.

0 commit comments

Comments
 (0)
This repository has been archived.