Skip to content
Snippets Groups Projects
Commit 2b924249 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

update kubernetes deployment for new cert-manager version and domain

parent e7110031
No related branches found
No related tags found
No related merge requests found
Pipeline #229029 failed
......@@ -6,16 +6,16 @@ metadata:
app.kubernetes.io/part-of: villas-web
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: letsencrypt-prod
eonerc.rwth-aachen.de/description: VILLASweb
eonerc.rwth-aachen.de/link: https://git.rwth-aachen.de/acs/public/villas/VILLASweb
spec:
tls:
- hosts:
- villas-new.k8s.fein-aachen.org
- villas-new.k8s.eonerc.rwth-aachen.de
secretName: letsencrypt-prod-villas-demo-new
rules:
- host: villas-new.k8s.fein-aachen.org
- host: villas-new.k8s.eonerc.rwth-aachen.de
http:
paths:
- path: /
......@@ -43,17 +43,17 @@ metadata:
app.kubernetes.io/part-of: villas-web
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: letsencrypt-prod
eonerc.rwth-aachen.de/description: VILLASweb
eonerc.rwth-aachen.de/link: https://git.rwth-aachen.de/acs/public/villas/VILLASweb
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
tls:
- hosts:
- villas-new.k8s.fein-aachen.org
- villas-new.k8s.eonerc.rwth-aachen.de
secretName: letsencrypt-prod-villas-demo-new
rules:
- host: villas-new.k8s.fein-aachen.org
- host: villas-new.k8s.eonerc.rwth-aachen.de
http:
paths:
- path: /ws/relay(/|$)(.*)
......
......@@ -6,16 +6,16 @@ metadata:
app.kubernetes.io/part-of: villas-web
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: letsencrypt-prod
eonerc.rwth-aachen.de/description: VILLASweb
eonerc.rwth-aachen.de/link: https://git.rwth-aachen.de/acs/public/villas/VILLASweb
spec:
tls:
- hosts:
- villas.k8s.fein-aachen.org
- villas.k8s.eonerc.rwth-aachen.de
secretName: letsencrypt-prod-villas-demo
rules:
- host: villas.k8s.fein-aachen.org
- host: villas.k8s.eonerc.rwth-aachen.de
http:
paths:
- path: /
......@@ -47,17 +47,17 @@ metadata:
app.kubernetes.io/part-of: villas-web
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: letsencrypt-prod
eonerc.rwth-aachen.de/description: VILLASweb
eonerc.rwth-aachen.de/link: https://git.rwth-aachen.de/acs/public/villas/VILLASweb
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
tls:
- hosts:
- villas.k8s.fein-aachen.org
- villas.k8s.eonerc.rwth-aachen.de
secretName: letsencrypt-prod-villas-demo
rules:
- host: villas.k8s.fein-aachen.org
- host: villas.k8s.eonerc.rwth-aachen.de
http:
paths:
- path: /ws/relay(/|$)(.*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment