fix kubesphere gateway bug

This commit is contained in:
Jeff
2019-09-19 14:00:52 +08:00
committed by zryfish
parent 3fc4207585
commit 49dacd3e70
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: ks-router
@@ -26,7 +26,6 @@ spec:
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --configmap=$(POD_NAMESPACE)/nginx-configuration
- --annotations-prefix=nginx.ingress.kubernetes.io
- --force-namespace-isolation
- --update-status