fix Django admin page (#4983)

main
Andrey Zhavoronkov 3 years ago committed by GitHub
parent e22eac7d9b
commit ac4c93c55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

@ -272,6 +272,11 @@ ingress:
service:
name: backend-service
port: 8080
- path: /static/admin
pathType: "Prefix"
service:
name: backend-service
port: 8080
- path: /django-rq
pathType: "Prefix"
service:

Loading…
Cancel
Save