Skip to content

Commit

Permalink
CHG faster theia-prop rollouts
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 20, 2022
1 parent 38f42f6 commit 54f588d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/chart/templates/theia-prop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 5
maxSurge: 5
maxUnavailable: 30
maxSurge: 30
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions k8s/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ theia:
image: "registry.digitalocean.com/anubis/theia-init:latest"
- name: "theia-sidecar"
image: "registry.digitalocean.com/anubis/theia-sidecar:latest"
- name: "theia-dockerd"
image: "registry.digitalocean.com/anubis/theia-dockerd:latest"
- name: "theia-base-38"
image: "registry.digitalocean.com/anubis/theia-base:python-3.8"
- name: "theia-base-39"
Expand Down

0 comments on commit 54f588d

Please sign in to comment.