From 8b3e235f572291c4d80600b67d617761d2eb8c94 Mon Sep 17 00:00:00 2001 From: mrwho Date: Tue, 21 Jul 2026 17:32:16 +0300 Subject: [PATCH] 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 --- inventory/prod/group_vars/traefik.yml | 2 +- roles/uyuni/tasks/helm.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inventory/prod/group_vars/traefik.yml b/inventory/prod/group_vars/traefik.yml index bc0b0d9..24b4669 100644 --- a/inventory/prod/group_vars/traefik.yml +++ b/inventory/prod/group_vars/traefik.yml @@ -45,7 +45,7 @@ traefik_port_map: backend: namespace: uyuni-server service: uyuni-ingress-nossl - port: 80 + port: 8080 scheme: http basicauth: enabled: false diff --git a/roles/uyuni/tasks/helm.yml b/roles/uyuni/tasks/helm.yml index cb85c1c..1dbb9e5 100644 --- a/roles/uyuni/tasks/helm.yml +++ b/roles/uyuni/tasks/helm.yml @@ -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: