Skip to content

Commit

Permalink
add fe proxy (#211)
Browse files Browse the repository at this point in the history
* add fe proxy

Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Aug 14, 2023
1 parent 1f8baba commit 5fea383
Show file tree
Hide file tree
Showing 47 changed files with 3,659 additions and 1,464 deletions.
1,625 changes: 1,373 additions & 252 deletions config/crd/bases/starrocks.com_starrocksclusters.yaml

Large diffs are not rendered by default.

132 changes: 8 additions & 124 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,168 +23,52 @@ rules:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- '*'
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- '*'
- apiGroups:
- batch
resources:
- cronjobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- '*'
- apiGroups:
- ""
resources:
- configmaps
- serviceaccounts
- services
verbs:
- get
- list
- watch
- '*'
- apiGroups:
- ""
resources:
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- starrocks.com
resources:
- computenodegroups
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- starrocks.com
resources:
- computenodegroups/finalizers
verbs:
- update
- apiGroups:
- starrocks.com
resources:
- computenodegroups/status
verbs:
- get
- patch
- update
- '*'
- apiGroups:
- starrocks.com
resources:
- starrocksclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- '*'
- apiGroups:
- starrocks.com
resources:
Expand Down
Loading

0 comments on commit 5fea383

Please sign in to comment.