65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
# Default values for stackedit.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
dropboxAppKey: ""
|
|
dropboxAppKeyFull: ""
|
|
googleClientId: ""
|
|
googleApiKey: ""
|
|
githubClientId: ""
|
|
githubClientSecret: ""
|
|
wordpressClientId: ""
|
|
wordpressSecret: ""
|
|
paypalReceiverEmail: ""
|
|
awsAccessKeyId: ""
|
|
awsSecretAccessKey: ""
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: benweet/stackedit
|
|
tag: vSTACKEDIT_VERSION
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations:
|
|
# kubernetes.io/ingress.class: nginx
|
|
# certmanager.k8s.io/cluster-issuer: letsencrypt-prod
|
|
# certmanager.k8s.io/acme-challenge-type: http01
|
|
hosts: []
|
|
# - host: stackedit.exemple.com
|
|
# paths:
|
|
# - /
|
|
|
|
tls: []
|
|
# - secretName: stackedit-tls
|
|
# hosts:
|
|
# - stackedit.exemple.com
|
|
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|