Final tweaks for devspaces talk.

This commit is contained in:
2025-01-24 13:26:17 +13:00
parent b01bb23c43
commit 10c0874789
2 changed files with 4 additions and 4 deletions

View File

@ -79,11 +79,11 @@ spec:
autoProvision: true autoProvision: true
template: <username>-devspaces template: <username>-devspaces
maxNumberOfWorkspacesPerUser: 5 maxNumberOfWorkspacesPerUser: 5
maxNumberOfRunningWorkspacesPerUser: 2 maxNumberOfRunningWorkspacesPerUser: 5
secondsOfInactivityBeforeIdling: 1800 secondsOfInactivityBeforeIdling: 1800
secondsOfRunBeforeIdling: -1 secondsOfRunBeforeIdling: -1
security: {} security: {}
startTimeoutSeconds: 300 startTimeoutSeconds: 600
storage: storage:
pvcStrategy: per-user pvcStrategy: per-user
gitServices: {} gitServices: {}
@ -108,7 +108,7 @@ EOF
#+NAME: Create a custom devfile sample #+NAME: Create a custom devfile sample
#+begin_src tmux #+begin_src tmux
# Create the configmap with sample json config # Create the configmap with sample json config
oc create configmap getting-started-samples --from-file=samples.json -n openshift-devspaces oc create configmap getting-started-samples --from-file=samples.json -n openshift-devspaces --dry-run=client --output yaml | oc apply --filename -
# Label the configmap for use by dev spaces # Label the configmap for use by dev spaces

File diff suppressed because one or more lines are too long