Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend ODH deployment with DS projects and Notebooks #125

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.DS_Store
45 changes: 45 additions & 0 deletions open-data-hub/resources/project-homelander/pipeline-server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
name: pipelines-definition
spec:
apiServer:
stripEOF: true
dbConfigConMaxLifetimeSec: 120
applyTektonCustomResource: true
deploy: true
enableSamplePipeline: false
autoUpdatePipelineDefaultVersion: true
archiveLogs: false
terminateStatus: Cancelled
enableOauth: true
trackArtifacts: true
collectMetrics: true
injectDefaultScript: true
database:
disableHealthCheck: false
mariaDB:
deploy: true
pipelineDBName: mlpipeline
pvcSize: 10Gi
username: mlpipeline
mlmd:
deploy: false
objectStorage:
disableHealthCheck: false
enableExternalRoute: false
externalStorage:
bucket: tealc-models
host: s3.us-east-2.amazonaws.com
port: ''
s3CredentialsSecret:
accessKey: AWS_ACCESS_KEY_ID
secretKey: AWS_SECRET_ACCESS_KEY
secretName: odh-s3-data-connection
scheme: https
persistenceAgent:
deploy: true
numWorkers: 2
scheduledWorkflow:
cronScheduleTimezone: UTC
deploy: true
10 changes: 10 additions & 0 deletions open-data-hub/resources/project-homelander/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
opendatahub.io/service-mesh: "false"
labels:
opendatahub.io/dashboard: "true"
app: "open-data-hub"
name: project-homelander
spec: {}
Loading
Loading