apps/paperclip/ingress.yaml aktualisiert
correction of the base url
This commit is contained in:
parent
49c6a2cd4a
commit
797ac22512
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
rules:
|
rules:
|
||||||
- host: paperclip.home.imicros.de
|
- host: paperclip.basicstack.de
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
@ -21,5 +21,5 @@ spec:
|
||||||
number: 3100
|
number: 3100
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- paperclip.home.imicros.de
|
- paperclip.basicstack.de
|
||||||
secretName: paperclip-tls
|
secretName: paperclip-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue