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