Newer
Older
ingressLabels:
app: istio-ingressgateway
istio: ingressgateway
## set kubernetes cluster domain where minio is running
clusterDomain: cluster.local
# nsToWatch: set to blank to enable watching all namespaces
nsToWatch: ""
image:
repository: registry1.dso.mil/ironbank/opensource/minio/operator
replicaCount: 1
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
resources:
requests:
cpu: 200m
memory: 256Mi
ephemeral-storage: 500Mi
# watchedNamespace: set to blank to enable watching all namespaces
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""