Skip to content

Commit

Permalink
Clearml project and update k8s to new clearml prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 12, 2023
1 parent 9f2efb1 commit aa0a7e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy/serval/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{{- define "secrets.clearml" }}
- name: ClearMLNmtEngine__ApiServer
- name: ClearML__ApiServer
value: https://api.sil.hosted.allegro.ai
- name: ClearMLNmtEngine__Queue
- name: ClearML__Queue
value: {{ .Values.ClearMLQueue}}
- name: ClearMLNmtEngine__DockerImage
- name: ClearML__DockerImage
value: {{ .Values.ClearMLDockerImage}}
- name: ClearMLNmtEngine__MaxSteps
value: "{{ .Values.ClearMLMaxSteps}}"
- name: ClearMLNmtEngine__AccessKey
- name: ClearML__Project
value: {{ .Values.externalHost}}
- name: ClearML__AccessKey
valueFrom:
secretKeyRef:
name: aqua-ml-data
key: ClearML_AccessKey
- name: ClearMLNmtEngine__SecretKey
- name: ClearML__SecretKey
valueFrom:
secretKeyRef:
name: aqua-ml-data
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ services:
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
- ClearML__Queue=lambert_24gb
- ClearML__DockerImage=mpy.local
- ClearML__Project=docker-compose
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/
Expand Down Expand Up @@ -134,6 +135,7 @@ services:
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
- ClearML__Queue=lambert_24gb
- ClearML__DockerImage=mpy.local
- ClearML__Project=docker-compose
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/
Expand Down

0 comments on commit aa0a7e1

Please sign in to comment.