Skip to content

Commit

Permalink
Merge pull request #1 from adyanth/service-controller
Browse files Browse the repository at this point in the history
Controller for Service rather than Ingress
  • Loading branch information
adyanth authored Jan 16, 2022
2 parents a13d964 + 25985bd commit 30f6c43
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 108 deletions.
30 changes: 15 additions & 15 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,43 +43,43 @@ rules:
- update
- watch
- apiGroups:
- networking.cfargotunnel.com
- ""
resources:
- tunnels
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.cfargotunnel.com
- ""
resources:
- tunnels/finalizers
- services/finalizers
verbs:
- update
- apiGroups:
- networking.cfargotunnel.com
resources:
- tunnels/status
- tunnels
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.k8s.io
- networking.cfargotunnel.com
resources:
- ingresses
- tunnels/finalizers
verbs:
- get
- list
- update
- watch
- apiGroups:
- networking.k8s.io
- networking.cfargotunnel.com
resources:
- ingresses/finalizers
- tunnels/status
verbs:
- get
- patch
- update
Loading

0 comments on commit 30f6c43

Please sign in to comment.