mirror of
https://github.com/kairos-io/helm-charts.git
synced 2025-04-27 19:25:14 +00:00
* Use ct to lint charts Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint all Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Do not raise for trailing spaces Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * pass config file Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Wrong flag name Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add validate-maintainers: false to lint conf Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * same Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * revert Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Only run for changed files Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
# Settings for the chart.
|
|
|
|
# nameOverride Replaces the release name of the chart in Chart.yaml file when
|
|
# this is used to construct Kubernetes object names
|
|
nameOverride: ""
|
|
# fullnameOverride completely replaces the generated release name
|
|
fullnameOverride: ""
|
|
|
|
# Secrets to pull container images from private registries
|
|
imagePullSecrets: []
|
|
|
|
image:
|
|
# controller image to be used. Leave empty to use
|
|
repository: ""
|
|
# image tag, leave empty to use chart's AppVersion
|
|
tag: ""
|
|
|
|
podAnnotations: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
tls:
|
|
# source options:
|
|
# - "cert-manager-self-signed": Scaffold cert-manager integration, and create
|
|
# a self-signed certificate with a cert-manager self-signed Issuer. Depends
|
|
# on cert-manager. (default)
|
|
# - "cert-manager": Scafffold cert-manager integration. User configures their
|
|
# own Issuer. Depends on cert-manager. Set tls.certManagerIssuerName to the
|
|
# desired Issuer.
|
|
source: cert-manager-self-signed
|
|
# "cert-manager"-only options:
|
|
certManagerIssuerName: ""
|
|
|
|
nginx:
|
|
pvcSize: 3Gi
|
|
|
|
## Resource limits & requests
|
|
## Ref: https://kubernetes.io/docs/user-guide/compute-resources/
|
|
resources:
|
|
controller:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 50Mi
|
|
requests:
|
|
cpu: 250m
|
|
memory: 50Mi
|