chore: Disable EK poule

This commit is contained in:
Pim Kunis 2024-07-24 21:43:50 +02:00
parent f961fc24ea
commit ae655bba6a

View file

@ -30,25 +30,13 @@
};
};
services = {
ek2024.spec = {
type = "ExternalName";
externalName = "ek2024.dmz";
services.esrom.spec = {
type = "ExternalName";
externalName = "esrom.dmz";
ports.web = {
port = 80;
targetPort = 80;
};
};
esrom.spec = {
type = "ExternalName";
externalName = "esrom.dmz";
ports.web = {
port = 80;
targetPort = 80;
};
ports.web = {
port = 80;
targetPort = 80;
};
};
};