Skip to content

Commit 0c406ff

Browse files
committed
Add Local Development sample DSPA
1 parent 133e017 commit 0c406ff

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config/samples/dspa_local_dev.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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'

0 commit comments

Comments
 (0)