|
@@ -47,7 +47,7 @@ spec:
|
|
- --entryPoints.websecure.address=:443
|
|
- --entryPoints.websecure.address=:443
|
|
|
|
|
|
# permanent redirecting of all requests on http (80) to https (443)
|
|
# permanent redirecting of all requests on http (80) to https (443)
|
|
- #- --entrypoints.web.http.redirections.entryPoint.to=websecure
|
|
|
|
|
|
+ - --entrypoints.web.http.redirections.entryPoint.to=websecure
|
|
- --entrypoints.websecure.http.tls.certResolver=default
|
|
- --entrypoints.websecure.http.tls.certResolver=default
|
|
|
|
|
|
# Let's Encrypt Configurtion:
|
|
# Let's Encrypt Configurtion:
|
|
@@ -161,18 +161,12 @@ spec:
|
|
status:
|
|
status:
|
|
loadBalancer: {}
|
|
loadBalancer: {}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
#########################################################
|
|
#########################################################
|
|
# The Middleware configuration contains middleware componenst
|
|
# The Middleware configuration contains middleware componenst
|
|
# for a HTTP->HTTS redirection and a BasicAuth example.
|
|
# for a HTTP->HTTS redirection and a BasicAuth example.
|
|
#########################################################
|
|
#########################################################
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
###############################
|
|
###############################
|
|
# Middleware for basicAuth
|
|
# Middleware for basicAuth
|
|
###############################
|
|
###############################
|
|
@@ -198,7 +192,6 @@ data:
|
|
YWRtaW46JGFwcjEkWXdmLkF6Um0kc3owTkpQMi55cy56V2svek43aENtLwoKdXNl
|
|
YWRtaW46JGFwcjEkWXdmLkF6Um0kc3owTkpQMi55cy56V2svek43aENtLwoKdXNl
|
|
cjokYXByMSRaU2VKQW1pOSRVV1AvcDdsQy9KSzdrbXBIMXdGL28uCgo=
|
|
cjokYXByMSRaU2VKQW1pOSRVV1AvcDdsQy9KSzdrbXBIMXdGL28uCgo=
|
|
|
|
|
|
-
|
|
|
|
###############################
|
|
###############################
|
|
# Middleware for HTTP->HTTPS
|
|
# Middleware for HTTP->HTTPS
|
|
# This middleware is not needed in case of:
|
|
# This middleware is not needed in case of:
|