Newer
Older
- name: CLUSTER_DOMAIN
value: "cluster.local"
- name: WATCHED_NAMESPACE
value: ""
image:
repository: registry1.dso.mil/ironbank/opensource/minio/operator
replicaCount: 1
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
nodeSelector: { }
affinity: { }
tolerations: [ ]
topologySpreadConstraints: [ ]
resources:
requests:
cpu: 200m
memory: 256Mi
ephemeral-storage: 500Mi
limits:
cpu: 200m
memory: 256Mi
repository: registry1.dso.mil/ironbank/opensource/minio/console
nodeSelector: { }
affinity: { }
tolerations: [ ]
topologySpreadConstraints: [ ]
resources: { }
securityContext:
runAsUser: 1000
runAsNonRoot: true
ingress:
enabled: false
ingressClassName: ""
# Big Bang Added Values
networkPolicies:
enabled: false
controlPlaneCidr: 0.0.0.0/0
ingressLabels:
app: istio-ingressgateway
istio: ingressgateway
istio:
enabled: false
mtls:
# STRICT = Allow only mutual TLS traffic
# PERMISSIVE = Allow both plain text and mutual TLS traffic
mode: STRICT
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: ""
imagePullSecrets: []
#nameOverride: ""
#fullnameOverride: ""
# Used in templates/bigbang/tenant-patch-job.yaml
# Needed for operator upgrade.go logic to cleanly upgrade from bb v4.2.3 to v4.4.3
tenantPatchJob:
enabled: true
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 8.4
pullSecrets:
- private-registry
installCRDs: true