-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-super-linter-github-action
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,13 @@ spec: | |
- --entrypoints.traefik.address=:9080 | ||
- --entrypoints.web.address=:8080 | ||
- --entrypoints.websecure.address=:8443 | ||
# Uncomment the below lines to redirect http requests to https. | ||
# This specifies the port :443 and not the https entrypoint name for the | ||
# redirect as the service is listening on port 443 and directing traffic | ||
# to the 8443 target port. If the entrypoint name "websecure" was used, | ||
# instead of "to=:443", then the browser would be redirected to port 8443. | ||
# - --entrypoints.web.http.redirections.entrypoint.to=:443 | ||
# - --entrypoints.web.http.redirections.entrypoint.scheme=https | ||
- --providers.kubernetescrd | ||
- --providers.kubernetesingress | ||
- [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters