We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4815fb + 31a94c5 commit 0a30246Copy full SHA for 0a30246
deploy/k8s/configmap.yaml
@@ -112,8 +112,8 @@ data:
112
DJANGO_MYSQL_PORT: db_port
113
DJANGO_REDIS_URL: "redis:6379"
114
DJANGO_DEBUG: "False"
115
- MYSQL_ROOT_PASSWORD: DjAnGoBlOg!2!Q@W#E
+ MYSQL_ROOT_PASSWORD: db_password
116
MYSQL_DATABASE: djangoblog
117
- MYSQL_PASSWORD: DjAnGoBlOg!2!Q@W#E
+ MYSQL_PASSWORD: db_password
118
DJANGO_SECRET_KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
119
requirements.txt
@@ -41,7 +41,7 @@ python-slugify==8.0.4
41
pytz==2025.2
42
redis==6.0.0
43
requests==2.32.3
44
-setuptools==78.1.0
+setuptools==78.1.1
45
six==1.17.0
46
sqlparse==0.5.3
47
text-unidecode==1.3
0 commit comments