fix: remove ingress rewrite target to fix 404 route
This commit is contained in:
@@ -5,7 +5,6 @@ image:
|
|||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
# Tambahkan imagePullSecrets jika RKE2 membutuhkan kredensial untuk pull dari Nexus
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -15,11 +14,10 @@ service:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
annotations:
|
annotations: {} # Hapus use-regex dan rewrite-target
|
||||||
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: Prefix
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: "SIDATA"
|
APP_NAME: "SIDATA"
|
||||||
|
|||||||
Reference in New Issue
Block a user