Skip to content

Commit

Permalink
Update values (#32)
Browse files Browse the repository at this point in the history
* Update mlrun-kit.template.yaml
  • Loading branch information
eliyahu77 authored Dec 5, 2023
1 parent 4e9bf9c commit fb7256d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions templates/mlrun-kit.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,14 @@ Resources:
nuclio:
uiURL: "https://nuclio.${EKSClusterName}.${ClusterDomain}"
storage: filesystem
ui:
service:
type: ClusterIP
nodePort: ""
api:
service:
type: ClusterIP
nodePort: ""
fullnameOverride: mlrun-api
persistence:
enabled: true
Expand Down Expand Up @@ -408,6 +415,10 @@ Resources:
jupyterNotebook:
awsInstall: true
service:
type: ClusterIP
nodePort: ""
port: 8888
serviceAccount:
create: false
name: mlrun-jobs-sa
Expand All @@ -434,6 +445,14 @@ Resources:
value: "true"
minio:
service:
type: ClusterIP
port: 9000
nodePort: ""
consoleService:
type: ClusterIP
port: 9001
nodePort: ""
enabled: true
rootUser: minio
rootPassword: minio123
Expand All @@ -455,6 +474,9 @@ Resources:
enable: true
pipelines:
service:
type : ClusterIP
nodePort: ""
enabled: true
name: pipelines
persistence:
Expand Down

0 comments on commit fb7256d

Please sign in to comment.