Add nginx-ingress addon manifests for bare-metal

This commit is contained in:
Dalton Hubble
2018-08-11 12:14:23 -07:00
parent e00f97c578
commit dbdc3fc850
11 changed files with 284 additions and 3 deletions

View File

@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: ingress
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: ingress
subjects:
- kind: ServiceAccount
namespace: ingress
name: default