diff --git a/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml index ae3c6a2d9..84b1e4a56 100644 --- a/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/HTTPRoute-shelfmark.yaml @@ -22,7 +22,7 @@ spec: kind: Service name: shelfmark namespace: shelfmark - port: 8084 + port: 80 weight: 100 matches: - path: diff --git a/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml b/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml index 77a19d80f..96d8f17f0 100644 --- a/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml +++ b/clusters/cl01tl/manifests/shelfmark/Service-shelfmark.yaml @@ -12,7 +12,7 @@ metadata: spec: type: ClusterIP ports: - - port: 8084 + - port: 80 targetPort: 8084 protocol: TCP name: http