fix ingresses
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2021-12-13 20:23:05 +01:00
parent 14b9a99611
commit f2822e8631
5 changed files with 11 additions and 3 deletions

View file

@ -14,7 +14,9 @@ spec:
- host: drone.tbrnt.ch - host: drone.tbrnt.ch
http: http:
paths: paths:
- backend: - path: /
pathType: Prefix
backend:
service: service:
name: drone name: drone
port: port:

View file

@ -13,7 +13,9 @@ spec:
- host: ip.tbrnt.ch - host: ip.tbrnt.ch
http: http:
paths: paths:
- backend: - path: /
pathType: Prefix
backend:
service: service:
name: ipapi name: ipapi
port: port:

View file

@ -14,6 +14,7 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix
backend: backend:
service: service:
name: frontend name: frontend

View file

@ -14,6 +14,7 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix
backend: backend:
service: service:
name: owntracks name: owntracks

View file

@ -14,7 +14,9 @@ spec:
- host: isso.tobru.ch - host: isso.tobru.ch
http: http:
paths: paths:
- backend: - path: /
pathType: Prefix
backend:
service: service:
name: isso name: isso
port: port: