Skip to content
Snippets Groups Projects

Add k8s deployment

Merged Tom Teichler requested to merge deployment into master
Compare and Show latest version
3 files
+ 75
33
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 66
1
@@ -29,9 +29,74 @@ spec:
@@ -29,9 +29,74 @@ spec:
number: 80
number: 80
path: /
path: /
pathType: Prefix
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: 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: teckids.de
 
http:
 
paths:
 
- backend:
 
service:
 
name: teckids-website
 
port:
 
number: 80
 
path: /
 
pathType: Prefix
 
- host: www.teckids.de
 
http:
 
paths:
 
- backend:
 
service:
 
name: teckids-website
 
port:
 
number: 80
 
path: /
 
pathType: Prefix
tls:
tls:
- hosts:
- hosts:
- teckids.org
- teckids.org
- www.teckids.org
- www.teckids.org
 
- hacknsun.camp
 
- www.hacknsun.camp
 
- hacknfun.camp
 
- www.hacknfun.camp
 
- teckids.de
 
- www.teckids.de
secretName: teckids-website-tls
secretName: teckids-website-tls
Loading