Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 1250d78

Browse files
authored
Merge pull request #158 from ebaron/cryostat-replicas
Add parameter to allow scaling down of Cryostat
2 parents 8c6e163 + 0ee3427 commit 1250d78

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deploy/cryostat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ objects:
120120
matchLabels:
121121
app.kubernetes.io/name: cryostat
122122
app.kubernetes.io/instance: cryostat
123+
replicas: ${{CRYOSTAT_REPLICAS}}
123124
template:
124125
metadata:
125126
labels:
@@ -337,3 +338,7 @@ parameters:
337338
description: Password for Cryostat's credentials database for Ephemeral Environments
338339
generate: expression
339340
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

Comments
 (0)