refactor some wireguard clients and temp disable pma tls auth [ci skip]
This commit is contained in:
parent
82e9a7ee5c
commit
3e6b470924
2 changed files with 2 additions and 5 deletions
|
|
@ -322,6 +322,8 @@ resource "kubernetes_ingress_v1" "finance_app" {
|
|||
namespace = "finance-app"
|
||||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
#"nginx.ingress.kubernetes.io/auth-url"= "https://oauth-provider/auth"
|
||||
#"nginx.ingress.kubernetes.io/auth-signin"= "https://oauth-provider/sign_in?rd=$request_uri"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue