mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
# Default values for stash.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
replicaCount: 1
|
|
operator:
|
|
image: appscode/stash
|
|
tag: 0.7.0-rc.1
|
|
pushgateway:
|
|
image: prom/pushgateway
|
|
tag: v0.4.0
|
|
## Optionally specify an array of imagePullSecrets.
|
|
## Secrets must be manually created in the namespace.
|
|
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
|
##
|
|
# imagePullSecrets:
|
|
# - name: myRegistryKeySecretName
|
|
## Specify a imagePullPolicy
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
imagePullPolicy: IfNotPresent
|
|
## Installs Stash operator as critical addon
|
|
## https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
|
|
criticalAddon: false
|
|
|
|
## Install Default RBAC roles and bindings
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
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:
|
|
|
|
apiserver:
|
|
# groupPriorityMinimum is the minimum priority the group should have. Please see
|
|
# https://github.com/kubernetes/kube-aggregator/blob/release-1.9/pkg/apis/apiregistration/v1beta1/types.go#L58-L64
|
|
# for more information on proper values of this field.
|
|
groupPriorityMinimum: 10000
|
|
# versionPriority is the ordering of this API inside of the group. Please see
|
|
# https://github.com/kubernetes/kube-aggregator/blob/release-1.9/pkg/apis/apiregistration/v1beta1/types.go#L66-L70
|
|
# for more information on proper values of this field
|
|
versionPriority: 15
|
|
# enableAdmissionWebhook is used to configure apiserver as ValidationWebhook for Voyager CRDs
|
|
enableAdmissionWebhook: false
|
|
# CA certificate used by main Kubernetes api server
|
|
ca:
|