Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
radiant-cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
radiant-cluster
Commits
575fc11a
Commit
575fc11a
authored
1 month ago
by
Rob Kooper
Browse files
Options
Downloads
Patches
Plain Diff
fix traefik
parent
8a9cd9b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
charts/apps/templates/ingresscontroller/traefik.yaml
+6
-3
6 additions, 3 deletions
charts/apps/templates/ingresscontroller/traefik.yaml
with
8 additions
and
4 deletions
CHANGELOG.md
+
2
−
1
View file @
575fc11a
...
...
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
##
Unreleased
##
3.3.0 - 2025-01-24
### Fixed
-
removed hard coded image in cinder
-
traefik fix redirct to be redirections
### Added
-
added timeouts for traefik (fixes harbor)
...
...
This diff is collapsed.
Click to expand it.
charts/apps/templates/ingresscontroller/traefik.yaml
+
6
−
3
View file @
575fc11a
...
...
@@ -39,9 +39,12 @@ spec:
loadBalancerIP: {{ .Values.ingresscontroller.privateIP | default .Values.ingresscontroller.publicIP }}
ports:
web:
redirectTo:
port: websecure
priority: 9999
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
priority: 9999
websecure:
tls:
enabled: true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment