|
@@ -7,13 +7,13 @@ spec:
|
|
|
valuesContent: |-
|
|
valuesContent: |-
|
|
|
ports:
|
|
ports:
|
|
|
web:
|
|
web:
|
|
|
- exposedPort: 8080
|
|
|
|
|
|
|
+ exposedPort: 8081
|
|
|
websecure:
|
|
websecure:
|
|
|
- exposedPort: 8443
|
|
|
|
|
|
|
+ exposedPort: 8444
|
|
|
|
|
|
|
|
additionalArguments:
|
|
additionalArguments:
|
|
|
- "--entrypoints.websecure.proxyProtocol.trustedIPs=127.0.0.1/32,10.0.0.0/24"
|
|
- "--entrypoints.websecure.proxyProtocol.trustedIPs=127.0.0.1/32,10.0.0.0/24"
|
|
|
- - "--entrypoints.web.http.redirections.entryPoint.to=:8443"
|
|
|
|
|
|
|
+ - "--entrypoints.web.http.redirections.entryPoint.to=:8444"
|
|
|
- "--entrypoints.web.http.redirections.entrypoint.scheme=https"
|
|
- "--entrypoints.web.http.redirections.entrypoint.scheme=https"
|
|
|
- "--entrypoints.websecure.transport.respondingTimeouts.readTimeout=0s"
|
|
- "--entrypoints.websecure.transport.respondingTimeouts.readTimeout=0s"
|
|
|
|
|
|