Skip to content

Commit b655236

Browse files
authored
Merge pull request #9 from boettiger-lab/config/padus-single-replica
config: set padus deployment to 1 replica
2 parents 0a3c5c2 + c191478 commit b655236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-k8s/k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: padus
77
spec:
8-
replicas: 2
8+
replicas: 1
99
strategy:
1010
type: RollingUpdate
1111
rollingUpdate:

0 commit comments

Comments
 (0)