fix(traefik): correct uyuni-ingress-nossl port from 80 to 8080 and disable resources in helm deployment
- update traefik port mapping for uyuni-server to use port 8080 instead of 80 - comment out resource requests and limits in uyuni helm deployment to prevent scheduling conflicts
This commit is contained in:
parent
bc59ab5abf
commit
8b3e235f57
2 changed files with 8 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ traefik_port_map:
|
|||
backend:
|
||||
namespace: uyuni-server
|
||||
service: uyuni-ingress-nossl
|
||||
port: 80
|
||||
port: 8080
|
||||
scheme: http
|
||||
basicauth:
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -985,13 +985,13 @@
|
|||
optional: false
|
||||
image: registry.opensuse.org/uyuni/server:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
cpu: "1"
|
||||
limits:
|
||||
memory: "16Gi"
|
||||
cpu: "2"
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: "2Gi"
|
||||
# cpu: "1"
|
||||
# limits:
|
||||
# memory: "16Gi"
|
||||
# cpu: "2"
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
|
|
|
|||
Loading…
Reference in a new issue