Cleanup debian patch list and resources overrides

This commit is contained in:
Tristan 2022-12-25 20:07:22 +01:00
parent 173c65a319
commit de4d519773
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 2 additions and 7 deletions

View File

@ -31,10 +31,6 @@ variables: &default-variables
KUBERNETES_MEMORY_REQUEST: 2Gi
KUBERNETES_MEMORY_LIMIT: 2Gi
.build-resources-l: &build-resources-l
KUBERNETES_MEMORY_REQUEST: 3Gi
KUBERNETES_MEMORY_LIMIT: 3Gi
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
HAPROXY_VERSION: 2.7.1
@ -347,7 +343,7 @@ debian:stable:
<<: *haproxy-debian
variables:
<<: *default-variables
<<: *build-resources-l
<<: *build-resources-m
<<: *haproxy-stable
needs:
- *needs-dependencies
@ -358,7 +354,7 @@ debian:dev:
<<: *haproxy-debian
variables:
<<: *default-variables
<<: *build-resources-l
<<: *build-resources-m
<<: *haproxy-dev
needs:
- *needs-dependencies

View File

@ -1,4 +1,3 @@
haproxy.service-start-after-syslog.patch
haproxy.service-add-documentation.patch
haproxy.service-make-systemd-bind-dev-log-inside-chroot.patch
reproducible.patch