/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/swift/values.yaml
35 строк
1 KB
Dipta Das
Published swift chart 0.7.3 (#4150)
14 мар 2018, 12:20
14 мар 2018, 12:20
7f05b6e
Код
Авторство
О чём код?
# Default values for swift. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 swift: image: appscode/swift tag: 0.7.3 ## 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 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## imagePullPolicy: IfNotPresent ## Node labels for pod assignment ## Ref: https://kubernetes.io/docs/user-guide/node-selection/ ## nodeSelector: {} ## Log level for proxy logLevel: 3 ## Install Default RBAC roles and bindings rbac: # Specifies whether RBAC resources should be created create: true serviceAccount: # Specifies whether a ServiceAccount should be created create: true # The name of the ServiceAccount to use. # If not set and create is true, a name is generated using the fullname template name: