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:
|
backend:
|
||||||
namespace: uyuni-server
|
namespace: uyuni-server
|
||||||
service: uyuni-ingress-nossl
|
service: uyuni-ingress-nossl
|
||||||
port: 80
|
port: 8080
|
||||||
scheme: http
|
scheme: http
|
||||||
basicauth:
|
basicauth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
|
|
@ -985,13 +985,13 @@
|
||||||
optional: false
|
optional: false
|
||||||
image: registry.opensuse.org/uyuni/server:latest
|
image: registry.opensuse.org/uyuni/server:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
memory: "2Gi"
|
# memory: "2Gi"
|
||||||
cpu: "1"
|
# cpu: "1"
|
||||||
limits:
|
# limits:
|
||||||
memory: "16Gi"
|
# memory: "16Gi"
|
||||||
cpu: "2"
|
# cpu: "2"
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
exec:
|
exec:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue