Files

36 lines
658 B
YAML

extraArgs: {}
## Container image
##
image:
repository: k8s.gcr.io/spartakus-amd64
tag: v1.0.0
pullPolicy: IfNotPresent
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## Annotations to be added to pods
##
podAnnotations: {}
replicaCount: 1
## Resource requests and limits
## Ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources: {}
# limits:
# cpu: 2m
# memory: 8Mi
# requests:
# cpu: 2m
# memory: 8Mi
## A version 4 UUID to uniquely identify the cluster
## If not provided, Helm will generate automatically at install-time.
##
uuid: ""