charts/charts-wip/radosgw/values.yaml

52 lines
788 B
YAML
Raw Normal View History

2019-07-06 21:17:57 +00:00
# Default values for radosgw.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: ceph/daemon
tag: latest-nautilus
pullPolicy: Always
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
2019-07-07 06:01:00 +00:00
# monHosts: []
dnsName: chart-example.local
# extraCephConf: |-
# adminKey:
# bootstrapKey:
2019-07-06 21:17:57 +00:00
service:
type: ClusterIP
port: 8080
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}