fix: remove ingress rewrite target to fix 404 route
This commit is contained in:
@@ -5,7 +5,6 @@ image:
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
# Tambahkan imagePullSecrets jika RKE2 membutuhkan kredensial untuk pull dari Nexus
|
||||
imagePullSecrets: []
|
||||
|
||||
service:
|
||||
@@ -15,11 +14,10 @@ service:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
annotations: {} # Hapus use-regex dan rewrite-target
|
||||
host: dashboard-bpkd.drc-bpkd.data-center.id
|
||||
path: /sidata(/|$)(.*)
|
||||
path: /sidata
|
||||
pathType: Prefix
|
||||
|
||||
env:
|
||||
APP_NAME: "SIDATA"
|
||||
|
||||
Reference in New Issue
Block a user