Fix secret name for auth-uat tls
This commit is contained in:
@@ -14,7 +14,7 @@ data:
|
|||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
location /login-redirect {
|
location /login-redirect {
|
||||||
return 301 https://auth-uat.atat.codes$request_uri;
|
return 301 https://auth-uat.atat.codes$request_uri;
|
||||||
}
|
}
|
||||||
location /login-dev {
|
location /login-dev {
|
||||||
try_files $uri @appbasicauth;
|
try_files $uri @appbasicauth;
|
||||||
|
@@ -79,7 +79,7 @@ spec:
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
- name: nginx-auth-tls
|
- name: nginx-auth-tls
|
||||||
secret:
|
secret:
|
||||||
secretName: auth-atst-ingress-tls
|
secretName: atst-auth-uat-ingress-tls
|
||||||
items:
|
items:
|
||||||
- key: tls.crt
|
- key: tls.crt
|
||||||
path: auth.atat.crt
|
path: auth.atat.crt
|
||||||
|
Reference in New Issue
Block a user