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: