diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index 9fa53fc..ee38474 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -15,7 +15,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: app.unitforge.192.168.153.243.nip.io + - host: unitforge.tools.192.168.153.243.nip.io http: paths: - path: / @@ -24,4 +24,4 @@ spec: service: name: unitforge port: - number: 8000 + name: http diff --git a/k8s/vpa.yaml b/k8s/vpa.yaml index e39c505..cbbcd54 100644 --- a/k8s/vpa.yaml +++ b/k8s/vpa.yaml @@ -26,4 +26,4 @@ spec: memory: 512Mi # Pi 5 can handle this but keep reasonable # Controlled resource recommendations for Pi hardware controlledResources: ["cpu", "memory"] - controlledValues: Requests + controlledValues: RequestsOnly