Files
openshift-resource-governance/k8s/route.yaml
andersonid 2e9ed3e7b3 fix: format Resource Utilization to show only 1 decimal place
- Update resource utilization display to use .toFixed(1) for better readability
- Apply formatting to both main dashboard and modal details
- Change from 266.04049998033537% to 266.0% for human readability
- Improve user experience with cleaner number formatting
2025-10-03 07:18:45 -03:00

24 lines
609 B
YAML

apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: resource-governance-route
namespace: resource-governance
labels:
app.kubernetes.io/name: resource-governance
app.kubernetes.io/component: governance
annotations:
haproxy.router.openshift.io/timeout: "300s"
haproxy.router.openshift.io/rate-limit: "100"
spec:
host: oru.apps.shrocp4upi419ovn.lab.upshift.rdu2.redhat.com
to:
kind: Service
name: resource-governance-service
weight: 100
port:
targetPort: http
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect
wildcardPolicy: None