Skip to content

Commit

Permalink
chore: update rendered manifests and CRD docs (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Tasko Olevski <olevski90@gmail.com>
  • Loading branch information
github-actions[bot] and olevski authored May 16, 2022
1 parent 13b5207 commit 736ec9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Settings to define storage to back the jupyter server.
<td>false</td>
</tr><tr>
<td><b>size</b></td>
<td>string</td>
<td>int or string</td>
<td>
Size of the PVC or sizeLimit of the emptyDir volume which backs the session respectively.<br/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ spec:
description:
Size of the PVC or sizeLimit of the emptyDir volume which backs the
session respectively.
type: string
x-kubernetes-int-or-string: true
type: object
type: object
status:
Expand Down
11 changes: 10 additions & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ spec:
containers:
- name: amalthea
securityContext:
{}
allowPrivilegeEscalation: false
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
image: "renku/amalthea:latest"
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -73,6 +76,12 @@ spec:
value: "30"
- name: CPU_USAGE_MILLICORES_IDLE_THRESHOLD
value: "500"
- name: METRICS_ENABLED
value: "false"
- name: METRICS_PORT
value: "8765"
- name: METRICS_EXTRA_LABELS
value: "[]"
volumeMounts:
- name: config
mountPath: /app/config
Expand Down

0 comments on commit 736ec9a

Please sign in to comment.