Skip to content

Commit

Permalink
set clusterScope flag (#1614)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>
  • Loading branch information
kalantar authored Aug 31, 2023
1 parent 3df4e71 commit f38862f
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions kustomize/controller/clusterScoped/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,52 @@ patches:
value: ClusterRoleBinding
target:
kind: RoleBinding

- patch: |-
- op: replace
path: /data/config.yaml
value: |
clusterScoped: true
defaultResync: 15m
image: iter8/iter8:0.16
logLevel: info
resourceTypes:
cm:
Group: ""
Resource: configmaps
Version: v1
deploy:
Group: apps
Resource: deployments
Version: v1
isvc:
Group: serving.kserve.io
Resource: inferenceservices
Version: v1beta1
conditions:
- name: Ready
status: "True"
svc:
Group: ""
Resource: services
Version: v1
vs:
Group: networking.istio.io
Resource: virtualservices
Version: v1beta1
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 250m
memory: 64Mi
storage: 50Mi
storageClassName: standard
metrics.yaml: |
port: 8080
abn.yaml: |
port: 50051
target:
kind: ConfigMap
name: iter8

0 comments on commit f38862f

Please sign in to comment.