/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/reloader/values.yaml
90 строк
3 KB
Marcos Estévez Martínez
[stable/reloader] Adds imagePullSecrets and securityContext (#17829)
10 окт 2019, 16:27
10 окт 2019, 16:27
eb141b5
Код
Авторство
О чём код?
global: ## Reference to one or more secrets to be used when pulling images ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ ## imagePullSecrets: [] # - name: "image-pull-secret" kubernetes: host: https://kubernetes.default reloader: isOpenshift: false ignoreSecrets: false ignoreConfigMaps: false watchGlobally: true # Set to true if you have a pod security policy that enforces readOnlyRootFilesystem readOnlyRootFileSystem: false matchLabels: {} deployment: nodeSelector: # cloud.google.com/gke-nodepool: default-pool # An affinity stanza to be applied to the Deployment. # Example: # affinity: # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: # nodeSelectorTerms: # - matchExpressions: # - key: "node-role.kubernetes.io/infra-worker" # operator: "Exists" affinity: {} # A list of tolerations to be applied to the Deployment. # Example: # tolerations: # - key: "node-role.kubernetes.io/infra-worker" # operator: "Exists" # effect: "NoSchedule" tolerations: [] annotations: {} labels: provider: stakater group: com.stakater.platform version: v0.0.41 image: name: stakater/reloader tag: "v0.0.41" pullPolicy: IfNotPresent # Support for extra environment variables. env: # Open supports Key value pair as environment variables. open: # secret supports Key value pair as environment variables. It gets the values based on keys from default reloader secret if any. secret: # field supports Key value pair as environment variables. It gets the values from other fields of pod. field: # Specify resource requests/limits for the deployment. # Example: # resources: # limits: # cpu: "100m" # memory: "512Mi" # requests: # cpu: "10m" # memory: "128Mi" resources: {} # https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ securityContext: {} # runAsUser: 1000 rbac: enabled: true labels: {} # Service account config for the agent pods serviceAccount: # Specifies whether a ServiceAccount should be created create: true labels: {} # The name of the ServiceAccount to use. # If not set and create is true, a name is generated using the fullname template name: # Optional flags to pass to the Reloader entrypoint # Example: # custom_annotations: # configmap: "my.company.com/configmap" # secret: "my.company.com/secret" custom_annotations: {}