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

Commit 6aa2018

Browse files
committed
Made a small change
1 parent 2a50731 commit 6aa2018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<body style="background-color:blue">
1+
<body style="background-color:green">
22
{% block polls_content %}
33
{% endblock %}

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:c9b3c25
21+
image: kubernetes101/django_image:2a50731
2222
ports:
2323
- containerPort: 8000
2424
# Minimum and maximum resources allocated to the container.

0 commit comments

Comments
 (0)