convert all ingress to v1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2021-12-13 20:17:53 +01:00
parent b8116ea45c
commit 14b9a99611
5 changed files with 25 additions and 15 deletions

View File

@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -15,8 +15,10 @@ spec:
http:
paths:
- backend:
serviceName: drone
servicePort: 80
service:
name: drone
port:
number: 80
tls:
- hosts:
- drone.tbrnt.ch

View File

@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -14,8 +14,10 @@ spec:
http:
paths:
- backend:
serviceName: ipapi
servicePort: 8080
service:
name: ipapi
port:
number: 8080
tls:
- hosts:
- ip.tbrnt.ch

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -15,8 +15,10 @@ spec:
paths:
- path: /
backend:
serviceName: frontend
servicePort: 80
service:
name: frontend
port:
number: 80
tls:
- hosts:
- whereis.tobru.ch

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -15,8 +15,10 @@ spec:
paths:
- path: /
backend:
serviceName: owntracks
servicePort: 8080
service:
name: owntracks
port:
number: 8080
tls:
- hosts:
- owntracks.tobru.ch

View File

@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -15,8 +15,10 @@ spec:
http:
paths:
- backend:
serviceName: isso
servicePort: 8080
service:
name: isso
port:
number: 8080
tls:
- hosts:
- isso.tobru.ch