fix: remove ingress rewrite to forward full /sidata path to pod
This commit is contained in:
@@ -14,12 +14,10 @@ service:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
annotations: {} # Anotasi rewrite dan regex dihapus agar path tidak terpotong
|
||||
host: dashboard-bpkd.drc-bpkd.data-center.id
|
||||
path: /sidata(/|$)(.*)
|
||||
pathType: ImplementationSpecific
|
||||
path: /sidata
|
||||
pathType: Prefix # Diubah dari ImplementationSpecific menjadi Prefix
|
||||
|
||||
env:
|
||||
APP_NAME: "SIDATA"
|
||||
|
||||
Reference in New Issue
Block a user