feat(k8s): Update ingress host and service port, set VPA
controlledValues to RequestsOnly
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user