Skip to content

Commit

Permalink
Ingress nginx (kubernetes-sigs#5066)
Browse files Browse the repository at this point in the history
* remove svc-default-backend

* update ingress-nginx clusterrole

(cherry picked from commit 53bc80b)
  • Loading branch information
liuxu623 authored and w33dw0r7d committed Aug 15, 2019
1 parent 2004269 commit af3b8da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
set_fact:
ingress_nginx_templates:
- { name: 00-namespace, file: 00-namespace.yml, type: ns }
- { name: svc-default-backend, file: svc-default-backend.yml, type: svc }
- { name: cm-ingress-nginx, file: cm-ingress-nginx.yml, type: cm }
- { name: cm-tcp-services, file: cm-tcp-services.yml, type: cm }
- { name: cm-udp-services, file: cm-udp-services.yml, type: cm }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ rules:
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch"]
- apiGroups: ["extensions"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "patch"]
- apiGroups: ["extensions"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses/status"]
verbs: ["update"]

This file was deleted.

0 comments on commit af3b8da

Please sign in to comment.