feat(k8s): Update ingress host and service port, set VPA
controlledValues to RequestsOnly
This commit is contained in:
@@ -15,7 +15,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: app.unitforge.192.168.153.243.nip.io
|
- host: unitforge.tools.192.168.153.243.nip.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -24,4 +24,4 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: unitforge
|
name: unitforge
|
||||||
port:
|
port:
|
||||||
number: 8000
|
name: http
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ spec:
|
|||||||
memory: 512Mi # Pi 5 can handle this but keep reasonable
|
memory: 512Mi # Pi 5 can handle this but keep reasonable
|
||||||
# Controlled resource recommendations for Pi hardware
|
# Controlled resource recommendations for Pi hardware
|
||||||
controlledResources: ["cpu", "memory"]
|
controlledResources: ["cpu", "memory"]
|
||||||
controlledValues: Requests
|
controlledValues: RequestsOnly
|
||||||
|
|||||||
Reference in New Issue
Block a user