The current chart with katenarry 3.0.0-rc2
This commit is contained in:
78
chart/values.yaml
Normal file
78
chart/values.yaml
Normal file
@@ -0,0 +1,78 @@
|
||||
# This file is autogenerated by katenary
|
||||
#
|
||||
# DO NOT EDIT IT BY HAND UNLESS YOU KNOW WHAT YOU ARE DOING
|
||||
#
|
||||
# If you want to change the content of this file, you should edit the
|
||||
# compose file and run katenary again.
|
||||
# If you need to override some values, you can do it in a override file
|
||||
# and use the -f flag to specify it when running the helm command.
|
||||
|
||||
|
||||
|
||||
# imagePullSecrets allows you to specify a name of an image pull secret.
|
||||
# You must provide a list of object with the name field set to the name of the
|
||||
# e.g.
|
||||
# pullSecrets:
|
||||
# - name: regcred
|
||||
# You are, for now, responsible for creating the secret.
|
||||
pullSecrets: []
|
||||
|
||||
# server configuration
|
||||
server:
|
||||
# key: server.repository
|
||||
repository:
|
||||
# key: server.repository.image
|
||||
image: docker.io/nginx
|
||||
# key: server.repository.tag
|
||||
tag: ""
|
||||
# Default value for ingress.class annotation
|
||||
# class: "-"
|
||||
# If the value is "-", controller will not set ingressClassName
|
||||
# If the value is "", Ingress will be set to an empty string, so
|
||||
# controller will use the default value for ingressClass
|
||||
# If the value is specified, controller will set the named class e.g. "nginx"
|
||||
# key: server.ingress
|
||||
ingress:
|
||||
# key: server.ingress.annotations
|
||||
annotations: {}
|
||||
# key: server.ingress.host
|
||||
host: katenary.org
|
||||
# key: server.ingress.path
|
||||
path: /
|
||||
# key: server.ingress.class
|
||||
class: '-'
|
||||
# key: server.ingress.enabled
|
||||
enabled: false
|
||||
# key: server.ingress.tls
|
||||
tls:
|
||||
# key: server.ingress.tls.enabled
|
||||
enabled: true
|
||||
# key: server.replicas
|
||||
replicas: 1
|
||||
# key: server.nodeSelector
|
||||
nodeSelector: {}
|
||||
# Resources allows you to specify the resource requests and limits for a service.
|
||||
# Resources are used to specify the amount of CPU and memory that
|
||||
# a container needs.
|
||||
#
|
||||
# e.g.
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: "64Mi"
|
||||
# cpu: "250m"
|
||||
# limits:
|
||||
# memory: "128Mi"
|
||||
# cpu: "500m"
|
||||
# key: server.resources
|
||||
resources: {}
|
||||
# imagePullPolicy allows you to specify a policy to cache or always pull an image.
|
||||
# You must provide a string value with one of the following values:
|
||||
# - Always -> will always pull the image
|
||||
# - Never -> will never pull the image, the image should be present on the node
|
||||
# - IfNotPresent -> will pull the image only if it is not present on the node
|
||||
# key: server.imagePullPolicy
|
||||
imagePullPolicy: IfNotPresent
|
||||
# key: server.serviceAccount
|
||||
serviceAccount: ""
|
||||
|
||||
# vim: ft=yaml
|
Reference in New Issue
Block a user