forked from jupyterhub/zero-to-jupyterhub-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
psdev-296: Standup jupyterhub on k8s.
Use ibox-iscsi provisioner. Provisioner is assumed already deployed. See https://git.infinidat.com/dohlemacher/infinidat-k8s-installer/blob/PSDEV-235/AddHelmChart/helm/infinidat-provisioner/iboxProvisionerHelmDocs.ipynb DCO 1.1 Signed-off-by: David Ohlemacher <[email protected]>
- Loading branch information
Showing
3 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
proxy: | ||
secretToken: d8dce5448115f9a196fb811b83693992ff055f1f451d85a417418cb7415b1f23 | ||
|
||
singleuser: | ||
storage: | ||
# type: none | ||
dynamic: | ||
storageClass: ibox-iscsi | ||
|
||
hub: | ||
db: | ||
type: sqlite-pvc | ||
pvc: | ||
storageClassName: ibox-iscsi | ||
|
||
iscsi: | ||
enable: true | ||
fsType: ext4 | ||
readonly: false | ||
networkspaces: iscsi1 | ||
poolName: "ps-k8s-cicd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters