Varnish support application for Kubernetes, to automate configuration reloads (VCL) and the configuration of endpoints (Pods) as backends, to be run as a sidecar with Varnish in a Kubernetes Pod. NOTE: WORK IN PROGRESS
Find a file
Geoff Simmons 89761388ac Don't fail if not all of the Services have been created yet.
But generate Warning events identifying the missing Services.
2023-06-23 15:58:10 +02:00
cmd Also check generated VCLs for updates, reload when updated. 2020-12-29 19:38:56 +01:00
container Bugfix image build in gitlab CI. 2023-06-13 15:43:22 +02:00
pkg Don't fail if not all of the Services have been created yet. 2023-06-23 15:58:10 +02:00
.gitignore First working version of the reloader. 2019-11-27 12:29:34 +01:00
.gitlab-ci.yml Remove the golint call (deprecated and removed as of Go 1.19). 2023-06-14 12:11:57 +02:00
COPYING First working version of the reloader. 2019-11-27 12:29:34 +01:00
go.mod Update dependency versions. 2023-05-12 16:19:27 +02:00
go.sum Update dependency versions. 2023-05-12 16:19:27 +02:00
LICENSE First working version of the reloader. 2019-11-27 12:29:34 +01:00
Makefile Remove the golint call (deprecated and removed as of Go 1.19). 2023-06-14 12:11:57 +02:00
README.md First working version of the reloader. 2019-11-27 12:29:34 +01:00

NOTE: WORK IN PROGRESS