1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Change extensions/v1beta to apps/v1 to be compliant with Kubernetes 1.16

Fixes #1237
This commit is contained in:
WebSpider
2019-11-06 12:59:28 +01:00
parent 422a332b5b
commit 95d03f4b4a
10 changed files with 16 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-admin
@@ -60,4 +60,4 @@ spec:
ports:
- name: http
port: 80
protocol: TCP
protocol: TCP

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-fetchmail
@@ -36,4 +36,4 @@ spec:
volumes:
- name: maildata
persistentVolumeClaim:
claimName: mail-storage
claimName: mail-storage

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-imap

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Ingress
metadata:
name: mailu-ingress

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-redis
@@ -53,4 +53,4 @@ spec:
ports:
- name: redis
port: 6379
protocol: TCP
protocol: TCP

View File

@@ -1,5 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-security
@@ -113,4 +112,4 @@ spec:
ports:
- name: antivirus
port: 3310
protocol: TCP
protocol: TCP

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-smtp

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-webdav
@@ -60,4 +60,4 @@ spec:
protocol: TCP
- name: http-ui
port: 5232
protocol: TCP
protocol: TCP

View File

@@ -1,5 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailu-roundcube

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: default-http-backend
@@ -52,4 +52,4 @@ spec:
- port: 80
targetPort: 8080
selector:
app: default-http-backend
app: default-http-backend