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