Skip to content

Commit

Permalink
Merge pull request #11 from at88mph/main
Browse files Browse the repository at this point in the history
fix: configure workload pvc name and remove kueue annotations
  • Loading branch information
at88mph authored Dec 20, 2024
2 parents 68a280a + 304863d commit af0803a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/applications/skaha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.2
version: 0.9.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/skaha/skaha-config/launch-carta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
canfar-net-sessionName: "${skaha.sessionname}"
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-interactive

name: "${skaha.jobname}"
spec:
parallelism: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
canfar-net-sessionName: "${skaha.sessionname}"
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-interactive

name: "${skaha.jobname}"
spec:
parallelism: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-appID: "${software.appid}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-interactive

name: "${software.jobname}"
spec:
parallelism: 1
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/skaha/skaha-config/launch-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
canfar-net-sessionName: "${skaha.sessionname}"
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-interactive

name: "${skaha.jobname}"
spec:
parallelism: 1
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/skaha/skaha-config/launch-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
canfar-net-sessionName: "${skaha.sessionname}"
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-headless

name: "${skaha.jobname}"
spec:
parallelism: 1
Expand Down
1 change: 0 additions & 1 deletion helm/applications/skaha/skaha-config/launch-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
canfar-net-sessionName: "${skaha.sessionname}"
canfar-net-sessionType: "${skaha.sessiontype}"
canfar-net-userid: "${skaha.userid}"
kueue.x-k8s.io/queue-name: skaha-workload-queue-interactive
name: "${skaha.jobname}"
spec:
parallelism: 1
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/skaha/templates/session-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TODO: jenkinsd 2024.09.20
{{- end }}
- name: cavern-volume
persistentVolumeClaim:
claimName: skaha-workload-cavern-pvc
claimName: {{ .Values.deployment.skaha.sessions.persistentVolumeClaimName | default "skaha-workload-cavern-pvc" }}
- name: scratch-dir
emptyDir: {}
{{- end }}

0 comments on commit af0803a

Please sign in to comment.