Updated template chart
This commit is contained in:
parent
b2d38b8206
commit
63111a6539
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: template
|
||||
repository: https://repo.2martens.de/charts
|
||||
version: 0.1.25
|
||||
digest: sha256:a9af50fd57f4bdc60df21f4af645b4d8ff1af7f8078ba2732f6ea9cb1360a094
|
||||
generated: "2023-11-02T12:46:23.653766+01:00"
|
||||
version: 0.2.1
|
||||
digest: sha256:f8d0e4742499e1b8794fa4de602f41290c0293b7ce0fc7cce19e2dfa4efcca20
|
||||
generated: "2023-11-04T12:42:30.962631+01:00"
|
||||
|
|
|
@ -4,5 +4,5 @@ version: 0.1.0
|
|||
type: application
|
||||
dependencies:
|
||||
- name: template
|
||||
version: 0.1.25
|
||||
version: 0.2.1
|
||||
repository: https://repo.2martens.de/charts
|
||||
|
|
|
@ -63,6 +63,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:
|
||||
|
@ -139,6 +141,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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: template
|
||||
repository: https://repo.2martens.de/charts
|
||||
version: 0.1.22
|
||||
version: 0.2.1
|
||||
- name: prometheus-kafka-exporter
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
version: 2.7.0
|
||||
digest: sha256:5fef087b1ff676438a06487e937ada42c6e109b1328b860a89477e9bbcdfec21
|
||||
generated: "2023-11-02T12:24:10.868489+01:00"
|
||||
digest: sha256:1fa1cf1b9541ad9591d0e0bc51150110ff6e941f782da4d0ef80ef2ccd3d82ef
|
||||
generated: "2023-11-04T12:42:12.950249+01:00"
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 0.1.0
|
|||
type: application
|
||||
dependencies:
|
||||
- name: template
|
||||
version: 0.1.22
|
||||
version: 0.2.1
|
||||
repository: https://repo.2martens.de/charts
|
||||
- name: prometheus-kafka-exporter
|
||||
version: 2.7.0
|
||||
|
|
|
@ -57,6 +57,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:
|
||||
|
@ -135,6 +137,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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: template
|
||||
repository: https://repo.2martens.de/charts
|
||||
version: 0.1.25
|
||||
digest: sha256:a9af50fd57f4bdc60df21f4af645b4d8ff1af7f8078ba2732f6ea9cb1360a094
|
||||
generated: "2023-11-02T12:46:31.228677+01:00"
|
||||
version: 0.2.1
|
||||
digest: sha256:f8d0e4742499e1b8794fa4de602f41290c0293b7ce0fc7cce19e2dfa4efcca20
|
||||
generated: "2023-11-04T12:42:37.054826+01:00"
|
||||
|
|
|
@ -4,5 +4,5 @@ version: 0.1.0
|
|||
type: application
|
||||
dependencies:
|
||||
- name: template
|
||||
version: 0.1.25
|
||||
version: 0.2.1
|
||||
repository: https://repo.2martens.de/charts
|
||||
|
|
|
@ -65,6 +65,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:
|
||||
|
@ -92,9 +94,9 @@ enableServiceLinks: false
|
|||
# Contents of this object will be added to a Kubernetes secret data section and Base64 encoded
|
||||
# External secrets are not supported by this template
|
||||
secrets:
|
||||
# Needs to be overwritten
|
||||
# Needs to be overwritten. Will be ignored if vault is enabled.
|
||||
MONGODB_CONNECTION_STRING: ""
|
||||
# Needs to be overwritten
|
||||
# Needs to be overwritten. Will be ignored if vault is enabled.
|
||||
CLIENT_SECRET: ""
|
||||
# Configure the service
|
||||
service:
|
||||
|
@ -160,6 +162,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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: template
|
||||
repository: https://repo.2martens.de/charts
|
||||
version: 0.1.22
|
||||
digest: sha256:0d5dce9d30d729ff79f416fc519f73b09f3d9d33bd6f6b9a7bbbb7c10f05735e
|
||||
generated: "2023-11-02T12:21:31.640493+01:00"
|
||||
version: 0.2.1
|
||||
digest: sha256:f8d0e4742499e1b8794fa4de602f41290c0293b7ce0fc7cce19e2dfa4efcca20
|
||||
generated: "2023-11-04T12:42:25.127879+01:00"
|
||||
|
|
|
@ -4,5 +4,5 @@ version: 0.1.0
|
|||
type: application
|
||||
dependencies:
|
||||
- name: template
|
||||
version: 0.1.22
|
||||
version: 0.2.1
|
||||
repository: https://repo.2martens.de/charts
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue