Skip to content

Commit

Permalink
Switch from using helm deployment to stateful set (#556)
Browse files Browse the repository at this point in the history
Fixes #458 

Tested on local k3s
  • Loading branch information
callumforrester authored Jul 10, 2024
1 parent 38f1ad5 commit 24441af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/blueapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: {{ include "blueapi.fullname" . }}
labels:
Expand Down

0 comments on commit 24441af

Please sign in to comment.