feat(k8s): Update ingress host and service port, set VPA

controlledValues to RequestsOnly
This commit is contained in:
William Valentin
2025-09-15 01:00:03 -07:00
parent ec68e52e28
commit be520c14e9
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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