- 11 Jan, 2024 6 commits
-
-
Nils Goroll authored
master is not correct when we build a tag - I was getting a build based on an older image.
-
Nils Goroll authored
-
Nils Goroll authored
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 03 Jan, 2024 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 07 Dec, 2023 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
The base image is now debian slim 12.2 (bookworm), and haproxy is version 2.6.12. This requires seom additional CLI arguments in the dataplaneapi invocation.
-
- 04 Dec, 2023 1 commit
-
-
Geoff Simmons authored
-
- 01 Dec, 2023 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 30 Nov, 2023 1 commit
-
-
Geoff Simmons authored
-
- 04 Oct, 2023 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
- libvmod-dynamic was given twice - in the previous commit, I copy/pasta misspelled the package names
-
Nils Goroll authored
-
Nils Goroll authored
-
- 22 Aug, 2023 1 commit
-
-
Nils Goroll authored
-
- 09 Aug, 2023 3 commits
-
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 28 Jul, 2023 1 commit
-
-
Nils Goroll authored
-
- 26 Jul, 2023 1 commit
-
-
Nils Goroll authored
-
- 15 Jun, 2023 5 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
This is the "certificate downloader" app that runs in the container with haproxy (via haproxy's "program" configuration). This version fixes a bug in which the downloader did not always delete the PEM file for a deleted Secret.
-
Geoff Simmons authored
The Ingress is updated by changing to a Secret with a different name.
-
Geoff Simmons authored
When an Ingress is changed (same name with modified configuration) so that Secret for TLS is changed (another Secret with a different name), the PEM file for the first Secret is not removed from the haproxy configuration directory.
-
- 07 Jun, 2023 7 commits
-
-
Nils Goroll authored
Optionally support a parameter object to control internal service shards See merge request uplex/varnish/k8s-ingress!8
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 06 Jun, 2023 2 commits
-
-
Nils Goroll authored
k8s uses re2, which does not support lookaround, so this rather complicated pattern is what I came up with to forbid vcl and vk8s prefixes.
-
Nils Goroll authored
The shard director supports many interesting use cases, for example - retrying backend requests on different backends - sharding by custom keys, for example for "client stickyness" or cache optimization This patch adds the option to create parameter objects for backends using the shard director. Each named parameter object will be created only once and associated with all directors for which the backend configuration names them.
-
- 24 May, 2023 1 commit
-
-
Geoff Simmons authored
-