fix: revert ingress yaml structure to match helm template
This commit is contained in:
@@ -17,11 +17,9 @@ ingress:
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
hosts:
|
||||
- host: dashboard-bpkd.drc-bpkd.data-center.id
|
||||
paths:
|
||||
- path: /sidata(/|$)(.*)
|
||||
pathType: ImplementationSpecific
|
||||
host: dashboard-bpkd.drc-bpkd.data-center.id
|
||||
path: "/sidata(/|$)(.*)"
|
||||
pathType: ImplementationSpecific
|
||||
|
||||
env:
|
||||
APP_NAME: "SIDATA"
|
||||
|
||||
Reference in New Issue
Block a user