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

Add parameter to allow scaling down of Cryostat #158

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"