refactor some wireguard clients and temp disable pma tls auth [ci skip]

This commit is contained in:
Viktor Barzin 2023-06-07 18:43:19 +00:00
parent b2bc19665b
commit 6d394cb440
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 4 additions and 7 deletions

View file

@ -296,8 +296,8 @@ resource "kubernetes_ingress_v1" "phpmyadmin" {
annotations = {
"kubernetes.io/ingress.class" = "nginx"
"nginx.ingress.kubernetes.io/auth-tls-verify-client" = "on"
"nginx.ingress.kubernetes.io/auth-tls-secret" = "default/ca-secret"
# "nginx.ingress.kubernetes.io/auth-tls-verify-client" = "on"
# "nginx.ingress.kubernetes.io/auth-tls-secret" = "default/ca-secret"
}
}
spec {