MVP Authelia deployment
This commit is contained in:
parent
742f293a71
commit
29ad11e6f2
9 changed files with 155 additions and 5 deletions
|
@ -47,7 +47,7 @@ in {
|
|||
|
||||
rules = [
|
||||
{
|
||||
host = ingress.host;
|
||||
inherit (ingress) host;
|
||||
|
||||
http.paths = [
|
||||
{
|
||||
|
@ -55,7 +55,7 @@ in {
|
|||
pathType = "Prefix";
|
||||
|
||||
backend.service = {
|
||||
name = ingress.service.name;
|
||||
inherit (ingress.service) name;
|
||||
port.name = ingress.service.portName;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue