Ingress en tls, ajout auth, etc

This commit is contained in:
Justine Pelletreau
2022-08-19 14:53:02 +02:00
parent a5644f9f13
commit 2ebc7cec77
14 changed files with 70 additions and 175 deletions

1
nginx-ingress/auth Normal file
View File

@ -0,0 +1 @@
squip:$apr1$e0QTsUBf$rVuHisO/pKnOKTBAwcYiT0

View File

@ -0,0 +1,8 @@
apiVersion: v1
data:
auth: c3F1aXA6JGFwcjEkZTBRVHNVQmYkclZ1SGlzTy9wS25PS1RCQXdjWWlUMAo=
kind: Secret
metadata:
name: basic-auth
namespace: default
type: Opaque