UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
values.yaml 1.42 KiB
Newer Older
still's avatar
still committed
# Network Policies  Values
still's avatar
still committed

still's avatar
still committed
networkPolicies:
  enabled: false
still's avatar
still committed
  controlPlaneCidr: 0.0.0.0/0
still's avatar
still committed
  ingressLabels:
    app: istio-ingressgateway
    istio: ingressgateway

still's avatar
still committed
openshift: false

still's avatar
still committed
monitoring:
  enabled: false
  namespace: monitoring
still's avatar
still committed
# Default values for minio-operator.
still's avatar
still committed
operator:
still's avatar
still committed
  ## set kubernetes cluster domain where minio is running
  clusterDomain:  cluster.local
  # nsToWatch: set to blank to enable watching all namespaces
still's avatar
still committed
  nsToWatch: ""
  image:
    repository: registry1.dso.mil/ironbank/opensource/minio/operator
still's avatar
still committed
    tag: v4.1.2
still's avatar
still committed
    pullPolicy: IfNotPresent
still's avatar
still committed
  imagePullSecrets: []
still's avatar
still committed
  replicaCount: 1
  securityContext:
    runAsUser: 1000
    runAsGroup: 1000
    runAsNonRoot: true
  resources:
    requests:
      cpu: 200m
      memory: 256Mi
      ephemeral-storage: 500Mi

still's avatar
still committed
imagePullSecrets: []
still's avatar
still committed
#nameOverride: ""
#fullnameOverride: ""
still's avatar
still committed
## set kubernetes cluster domain where minio is running
##
still's avatar
still committed
#clusterDomain:
still's avatar
still committed
# watchedNamespace: set to blank to enable watching all namespaces
still's avatar
still committed
#watchedNamespace:
still's avatar
still committed

still's avatar
still committed
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: ""
still's avatar
still committed

nodeSelector: {}
still's avatar
still committed

affinity: {}
still's avatar
still committed

console:
  image:
    repository: minio/console
    tag: v0.6.3
    pullPolicy: IfNotPresent
  replicaCount: 1