refactor: Extract all image names

This commit is contained in:
Pim Kunis 2024-07-30 21:28:35 +02:00
parent 872f8fe89e
commit 5a6b9f203a
22 changed files with 80 additions and 131 deletions

View file

@ -50,7 +50,7 @@ in
spec = {
containers = {
bind9-udp = {
image = "ubuntu/bind9:9.18-22.04_beta";
image = myLib.globals.images.bind9;
envFrom = [{ configMapRef.name = "bind9-env"; }];
ports.dns-udp = {
@ -73,7 +73,7 @@ in
};
bind9-tcp = {
image = "ubuntu/bind9:9.18-22.04_beta";
image = myLib.globals.images.bind9;
envFrom = [{ configMapRef.name = "bind9-env"; }];
ports.dns-tcp = {