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

Commit

Permalink
Merge pull request #158 from ebaron/cryostat-replicas
Browse files Browse the repository at this point in the history
Add parameter to allow scaling down of Cryostat
  • Loading branch information
ebaron authored Nov 17, 2023
2 parents 8c6e163 + 0ee3427 commit 1250d78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/cryostat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ objects:
matchLabels:
app.kubernetes.io/name: cryostat
app.kubernetes.io/instance: cryostat
replicas: ${{CRYOSTAT_REPLICAS}}
template:
metadata:
labels:
Expand Down Expand Up @@ -337,3 +338,7 @@ parameters:
description: Password for Cryostat's credentials database for Ephemeral Environments
generate: expression
from: '[\w\A]{10}'
- name: CRYOSTAT_REPLICAS
displayName: Cryostat Replicas
description: Number of replicas for Cryostat deployment (should be 0 or 1)
value: "1"

0 comments on commit 1250d78

Please sign in to comment.