mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com> * Remove root .helmignore Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com> * Bump charts version Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com> * Remove file added by error Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com> * Update Chart.yaml
This commit is contained in:
committed by
GitHub
parent
416d72f3d2
commit
a0e44f7d6a
103
bitnami/kubewatch/values.yaml
Normal file
103
bitnami/kubewatch/values.yaml
Normal file
@@ -0,0 +1,103 @@
|
||||
## Global Docker image parameters
|
||||
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
|
||||
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
|
||||
##
|
||||
# global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
slack:
|
||||
enabled: true
|
||||
# Slack channel to notify
|
||||
channel: "XXXX"
|
||||
# Slack bots token. Create using: https://my.slack.com/services/new/bot
|
||||
# and invite the bot to your channel using: /join @botname
|
||||
token: "XXXX"
|
||||
|
||||
hipchat:
|
||||
enabled: false
|
||||
# room: ""
|
||||
# token: ""
|
||||
# url: ""
|
||||
mattermost:
|
||||
enabled: false
|
||||
# channel: ""
|
||||
# url: ""
|
||||
# username: ""
|
||||
flock:
|
||||
enabled: false
|
||||
# url: ""
|
||||
webhook:
|
||||
enabled: false
|
||||
# url: ""
|
||||
|
||||
# namespace to watch, leave it empty for watching all.
|
||||
namespaceToWatch: ""
|
||||
|
||||
# Resources to watch
|
||||
resourcesToWatch:
|
||||
deployment: true
|
||||
replicationcontroller: false
|
||||
replicaset: false
|
||||
daemonset: false
|
||||
services: false
|
||||
pod: true
|
||||
job: false
|
||||
persistentvolume: false
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubewatch
|
||||
tag: 0.0.4-debian-10-r29
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
## String to partially override kubewatch.fullname template (will maintain the release name)
|
||||
##
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override kubewatch.fullname template
|
||||
##
|
||||
# fullnameOverride:
|
||||
|
||||
rbac:
|
||||
# If true, create & use RBAC resources
|
||||
#
|
||||
create: true
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a ServiceAccount should be created
|
||||
create: true
|
||||
# The name of the ServiceAccount to use.
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name:
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 300Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 300Mi
|
||||
|
||||
# Affinity for pod assignment
|
||||
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
|
||||
# affinity: {}
|
||||
|
||||
# Tolerations for pod assignment
|
||||
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
tolerations: []
|
||||
|
||||
# Node labels for pod assignment
|
||||
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
nodeSelector: {}
|
||||
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
replicaCount: 1
|
||||
Reference in New Issue
Block a user