Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
bb7c4e36
Unverified
Commit
bb7c4e36
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add redirects for prod
parent
e1535280
No related branches found
Branches containing commit
No related tags found
1 merge request
!50
Add k8s deployment
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/overlays/production/ingress_redirects.yaml
+91
-0
91 additions, 0 deletions
deploy/overlays/production/ingress_redirects.yaml
with
91 additions
and
0 deletions
deploy/overlays/production/ingress_redirects.yaml
0 → 100644
+
91
−
0
View file @
bb7c4e36
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
annotations
:
cert-manager.io/cluster-issuer
:
letsencrypt-prod
kubernetes.io/tls-acme
:
"
true"
name
:
teckids-website-redirects
namespace
:
teckids-website
spec
:
ingressClassName
:
nginx
rules
:
-
host
:
www.teckids.org
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
hacknfun.camp
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
www.hacknfun.camp
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
hacknsun.camp
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
www.hacknsun.camp
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
schul-frei.dev
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
-
host
:
www.schul-frei.dev
http
:
paths
:
-
backend
:
service
:
name
:
teckids-website
port
:
number
:
80
path
:
/
pathType
:
Prefix
tls
:
-
hosts
:
-
www.teckids.org
-
hacknfun.camp
-
www.hacknfun.camp
-
hacknsun.camp
-
www.hacknsun.camp
-
schul-frei.dev
-
www.schul-frei.dev
secretName
:
teckids-website-redirects-tls
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