Files
fleet/python/values.yaml

28 lines
619 B
YAML

global:
fullnameOverride: python
defaultPodOptions:
annotations:
diun.enable: 'false'
diun.watch_repo: 'true'
diun.max_tags: '10'
diun.sort_tags: semver
diun.exclude_tags: ''
diun.include_tags: '^\d+\.\d+\.\d+(-[0-9A-Za-z.-]+)?$' #Revisado
controllers:
main:
enabled: true
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: python
tag: slim
pullPolicy: Always
resources:
limits:
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi