fix: remove ingress rewrite to forward full /sidata path to pod

This commit is contained in:
2026-09-03 14:23:03 +07:00
parent ae3facfee0
commit 496c28cbdc
+3 -5
View File
@@ -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"