Updated Zookeeper chart

This commit is contained in:
Jim Martens 2023-11-04 12:36:17 +01:00
parent ecd9344d85
commit 89c4af62b6
3 changed files with 20 additions and 7 deletions

View File

@ -1,6 +1,6 @@
dependencies:
- name: template
repository: file://../template
version: 0.1.22
digest: sha256:32e239402e34e5ca219d00190ba9e659061b5c290081500de53ba7bb0aa1d40e
generated: "2023-11-02T12:19:11.875259+01:00"
version: 0.2.1
digest: sha256:674adb8dc3e80e29b3026aa77c48f3371661f8713fad03242cedb27f7c4c6958
generated: "2023-11-04T12:35:44.710232+01:00"

View File

@ -2,18 +2,18 @@ apiVersion: v2
name: zookeeper
description: Simple Zookeeper chart to get started
type: application
version: 0.1.4
version: 0.1.5
maintainers:
- name: Jim Martens
url: https://2martens.de
dependencies:
- name: template
version: 0.1.22
version: 0.2.1
repository: file://../template
annotations:
artifacthub.io/changes: |
- kind: added
description: Added revision history limit
- kind: changed
description: Updated template chart
artifacthub.io/signKey: |
fingerprint: F0F153B65BAD467201D7544E47393ABD1F96B7C8
url: https://mafiasi.de/pks/key/47393ABD1F96B7C8.asc

View File

@ -55,6 +55,8 @@ prometheus:
# namespace: the namespace of the Prometheus installation
# the value is templated
namespace:
# name of helm release or argo cd application
releaseName:
# Overwrite with application specific environment variables
# Each item has key and value, where the value is parsed as a template
environment:
@ -123,6 +125,17 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
vault:
# If enabled, no ordinary secret resource will be created, even if secrets value is populated.
enabled: false
# name of the Vault secrets applications
applicationName: ""
# id of the organization in Vault secrets
organizationId: ""
# id of the project in Vault secrets
projectId: ""
# if not provided, vault-secrets-operator-system will be used
operatorNamespace: ""
# Configure nodeSelector, contents will be added verbatim to key nodeSelector in deployment pod template
nodeSelector: {}
# Configure tolerations, contents will be added verbatim to key tolerations in deployment pod template