We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6e163 + 0ee3427 commit 1250d78Copy full SHA for 1250d78
1 file changed
deploy/cryostat.yml
@@ -120,6 +120,7 @@ objects:
120
matchLabels:
121
app.kubernetes.io/name: cryostat
122
app.kubernetes.io/instance: cryostat
123
+ replicas: ${{CRYOSTAT_REPLICAS}}
124
template:
125
metadata:
126
labels:
@@ -337,3 +338,7 @@ parameters:
337
338
description: Password for Cryostat's credentials database for Ephemeral Environments
339
generate: expression
340
from: '[\w\A]{10}'
341
+ - name: CRYOSTAT_REPLICAS
342
+ displayName: Cryostat Replicas
343
+ description: Number of replicas for Cryostat deployment (should be 0 or 1)
344
+ value: "1"
0 commit comments