mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
image:
|
|
registry: docker.io
|
|
org: spotify
|
|
repository: docker-gc
|
|
tag: latest
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
cron:
|
|
schedule: "0 0 * * *"
|
|
log: /var/log/crond.log
|
|
|
|
env:
|
|
# grace period in seconds before garbage collecting
|
|
gracePeriodSeconds: "0"
|
|
# docker (client) api version to use in container, to match node host (server) api version
|
|
# dockerAPIVersion: "1.23"
|
|
|
|
# List any image or container exclusions here
|
|
# exclude:
|
|
# images: |-
|
|
# spotify/cassandra:latest
|
|
# redis:.*
|
|
# 9681260c3ad5
|
|
# containers: |-
|
|
# mariadb-data
|
|
# inimitable_quokka
|
|
|
|
# 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
|
|
|
|
## Resource requirements for spotify-docker-gc container
|
|
## Ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
|
##
|
|
resources: {}
|
|
|
|
## Node tolerations for spotify-docker-gc scheduling to nodes with taints
|
|
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
##
|
|
tolerations: []
|
|
# - key: "key"
|
|
# operator: "Equal|Exists"
|
|
# value: "value"
|
|
# effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)"
|
|
|
|
## Node labels for spotify-docker-gc pod assignment
|
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
##
|
|
nodeSelector: {}
|