Fix ingress route for `static` path (#5164)

main
Andrey Zhavoronkov 3 years ago committed by GitHub
parent 0b12a77a0e
commit 65a8bc1ea4
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.4.1
version: 0.4.2
# 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

@ -280,7 +280,7 @@ ingress:
service:
name: backend-service
port: 8080
- path: /static/admin
- path: /static
pathType: "Prefix"
service:
name: backend-service

Loading…
Cancel
Save