diff --git a/apps/base/artifactapi/httproute.yaml b/apps/base/artifactapi/httproute.yaml index 1824a55..a81ebe3 100644 --- a/apps/base/artifactapi/httproute.yaml +++ b/apps/base/artifactapi/httproute.yaml @@ -37,42 +37,22 @@ spec: name: artifactapi sectionName: https rules: - - backendRefs: - - group: "" - kind: Service - name: artifactapi - port: 80 - weight: 1 - matches: - - path: - type: PathPrefix - value: /api - - backendRefs: - - group: "" - kind: Service - name: artifactapi - port: 80 - weight: 1 - matches: - - path: - type: PathPrefix - value: /v2 - - backendRefs: - - group: "" - kind: Service - name: artifactapi - port: 80 - weight: 1 - matches: - - path: - type: PathPrefix - value: /health - backendRefs: - group: "" kind: Service name: ui port: 80 weight: 1 + matches: + - path: + type: PathPrefix + value: /ui + - backendRefs: + - group: "" + kind: Service + name: artifactapi + port: 80 + weight: 1 matches: - path: type: PathPrefix