File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # A simple DSPA with the Database and ObjectStore Health Checks Disabled
2
+ #
3
+ # Since the default database and storage options leverage internal Services,
4
+ # a locally-run DSPO that manages an external cluster (common development practice)
5
+ # would not be able to run the pre-deploy health checks on these prerequisite components
6
+ # and therefore the DSPA will never fully deploy without disabling them, as this DSPA sample does
7
+ apiVersion : datasciencepipelinesapplications.opendatahub.io/v1alpha1
8
+ kind : DataSciencePipelinesApplication
9
+ metadata :
10
+ name : sample
11
+ spec :
12
+ database :
13
+ disableHealthCheck : true
14
+ objectStorage :
15
+ disableHealthCheck : true
16
+ minio :
17
+ image : ' quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance'
18
+ mlpipelineUI :
19
+ image : ' quay.io/opendatahub/odh-ml-pipelines-frontend-container:beta-ui'
You can’t perform that action at this time.
0 commit comments