chore: Disable EK poule
This commit is contained in:
parent
f961fc24ea
commit
ae655bba6a
1 changed files with 6 additions and 18 deletions
|
@ -30,25 +30,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services.esrom.spec = {
|
||||||
ek2024.spec = {
|
type = "ExternalName";
|
||||||
type = "ExternalName";
|
externalName = "esrom.dmz";
|
||||||
externalName = "ek2024.dmz";
|
|
||||||
|
|
||||||
ports.web = {
|
ports.web = {
|
||||||
port = 80;
|
port = 80;
|
||||||
targetPort = 80;
|
targetPort = 80;
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
esrom.spec = {
|
|
||||||
type = "ExternalName";
|
|
||||||
externalName = "esrom.dmz";
|
|
||||||
|
|
||||||
ports.web = {
|
|
||||||
port = 80;
|
|
||||||
targetPort = 80;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue