Newer
Older
ingressLabels:
app: istio-ingressgateway
istio: ingressgateway
## DEPRECATED: Please use the "CLUSTER_DOMAIN" or "WATCHED_NAMESPACE" env variable
# nsToWatch: ""
env:
## instead of clusterDomain and nsToWatch.
## set kubernetes cluster domain where minio is running
- name: CLUSTER_DOMAIN
value: "cluster.local"
## set to blank to enable watching all namespaces
- name: WATCHED_NAMESPACE
value: ""
image:
repository: registry1.dso.mil/ironbank/opensource/minio/operator
replicaCount: 1
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
fsGroup: 1000
nodeSelector: {}
affinity: {}
tolerations: []
resources:
requests:
cpu: 200m
memory: 256Mi
ephemeral-storage: 500Mi
limits:
cpu: 200m
memory: 256Mi
# 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: ""
annotations: {}
# bigbang.dev/istioVersion