UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
values.yaml 1.95 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

istio:
  enabled: false

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:
  ## DEPRECATED: Please use the "CLUSTER_DOMAIN" or "WATCHED_NAMESPACE" env variable
still's avatar
still committed
  ## set kubernetes cluster domain where minio is running
  # clusterDomain: ""
still's avatar
still committed
  # nsToWatch: set to blank to enable watching all namespaces
  # 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: ""
still's avatar
still committed
  image:
    repository: registry1.dso.mil/ironbank/opensource/minio/operator
    tag: v4.2.3
still's avatar
still committed
    pullPolicy: IfNotPresent
  initcontainers: []
still's avatar
still committed
  replicaCount: 1
  securityContext:
    runAsUser: 1000
    runAsGroup: 1000
    runAsNonRoot: true
    fsGroup: 1000
  nodeSelector: {}
  affinity: {}
  tolerations: []
still's avatar
still committed
  resources:
    requests:
      cpu: 200m
      memory: 256Mi
      ephemeral-storage: 500Mi
    limits:
      cpu: 200m
      memory: 256Mi
still's avatar
still committed

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

tolerations: []

annotations: {}
  # bigbang.dev/istioVersion

still's avatar
still committed
console:
  image:
    repository: minio/console
    tag: v0.6.3
    pullPolicy: IfNotPresent
  replicaCount: 1