Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
chore: change my to ml in knative-ml
Browse files Browse the repository at this point in the history
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader committed Feb 28, 2024
1 parent eed91f3 commit 070ae72
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions exp/knative-ml/deploy/ceph-source.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: sources.knative.dev/v1alpha1
kind: CephSource
metadata:
name: my-ceph-source
name: ml-ceph-source
namespace: default
spec:
port: "8888"
Expand All @@ -14,11 +14,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: my-ceph-source-svc
name: ml-ceph-source-svc
namespace: default
spec:
selector:
eventing.knative.dev/sourceName: my-ceph-source
eventing.knative.dev/sourceName: ml-ceph-source
ports:
- protocol: TCP
port: 80
Expand Down
8 changes: 4 additions & 4 deletions exp/knative-ml/deploy/notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
apiVersion: ceph.rook.io/v1
kind: CephBucketTopic
metadata:
name: my-topic
name: ml-topic
namespace: default
spec:
objectStoreName: ceph-objectstore
objectStoreNamespace: rook-ceph
endpoint:
http:
uri: http://my-ceph-source-svc.default.svc:80
uri: http://ml-ceph-source-svc.default.svc:80
disableVerifySSL: true
sendCloudEvents: true
---
apiVersion: ceph.rook.io/v1
kind: CephBucketNotification
metadata:
name: my-notification
name: ml-notification
namespace: default
spec:
topic: my-topic
topic: ml-topic
events:
- s3:ObjectCreated:*
2 changes: 1 addition & 1 deletion exp/knative-ml/deploy/obc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ObjectBucketClaim
metadata:
name: knative-ml-inputs
labels:
bucket-notification-my-notification: my-notification
bucket-notification-ml-notification: ml-notification
spec:
generateBucketName: ml-inputs
storageClassName: ceph-bucket
Expand Down
4 changes: 2 additions & 2 deletions exp/knative-ml/deploy/user.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: ceph.rook.io/v1
kind: CephObjectStoreUser
metadata:
name: my-user
name: ml-user
namespace: rook-ceph
spec:
store: ceph-objectstore
clusterNamespace: rook-ceph
displayName: my-display-name
displayName: ml-display-name
capabilities:
buckets: "*"

0 comments on commit 070ae72

Please sign in to comment.