Skip to content

Commit 806e139

Browse files
committed
Update DSPA "All Fields" CR sample
1 parent c301b4e commit 806e139

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

config/samples/dspa_all_fields.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,36 @@ spec:
128128
# secretName: somesecret-db-sample
129129
# accessKey: somekey
130130
# secretKey: somekey
131+
mlmd: # Deploys an optional ML-Metadata Component
132+
deploy: true
133+
envoy:
134+
image: quay.io/opendatahub/ds-pipelines-metadata-envoy:1.7.0
135+
resources:
136+
limits:
137+
cpu: 100m
138+
memory: 256Mi
139+
requests:
140+
cpu: 100m
141+
memory: 256Mi
142+
grpc:
143+
image: quay.io/opendatahub/ds-pipelines-metadata-grpc:1.0.0
144+
port: "8080"
145+
resources:
146+
limits:
147+
cpu: 100m
148+
memory: 256Mi
149+
requests:
150+
cpu: 100m
151+
memory: 256Mi
152+
writer:
153+
image: quay.io/opendatahub/ds-pipelines-metadata-writer:1.1.0
154+
resources:
155+
limits:
156+
cpu: 100m
157+
memory: 256Mi
158+
requests:
159+
cpu: 100m
160+
memory: 256Mi
131161
status:
132162
# Reports True iff:
133163
# * ApiServerReady, PersistenceAgentReady, ScheduledWorkflowReady, DatabaseReady, ObjectStorageReady report True

0 commit comments

Comments
 (0)