123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
global:
imageRegistry: reg.mini.dev
imagePullSecrets:
- minimus-registry
defaultStorageClass: ""
storageClass: ""
security:
allowInsecureImages: true
compatibility:
openshift:
adaptSecurityContext: auto
mongodb:
nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
kubeVersion: ""
clusterDomain: cluster.local
extraDeploy: []
commonLabels: {}
commonAnnotations: {}
topologyKey: ""
serviceBindings:
enabled: false
enableServiceLinks: true
usePasswordFiles: true
diagnosticMode:
enabled: false
command:
- sleep
args:
- infinity
image:
registry: reg.mini.dev
repository: mongo-advanced-fips
tag: 8.0.17
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
debug: false
schedulerName: ""
architecture: standalone
useStatefulSet: false
auth:
enabled: true
rootUser: root
rootPassword: ""
usernames: []
passwords: []
databases: []
username: ""
password: ""
database: ""
replicaSetKey: ""
existingSecret: ""
tls:
enabled: false
mTLS:
enabled: true
autoGenerated: true
existingSecret: ""
caCert: ""
caKey: ""
pemChainIncluded: false
standalone:
existingSecret: ""
replicaset:
existingSecrets: []
hidden:
existingSecrets: []
arbiter:
existingSecret: ""
image:
registry: reg.mini.dev
repository: nginx-advanced-fips
tag: 1.29.3
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
extraDnsNames: []
mode: requireTLS
resourcesPreset: nano
resources: {}
securityContext: {}
automountServiceAccountToken: false
hostAliases: []
replicaSetName: rs0
replicaSetHostnames: true
enableIPv6: false
directoryPerDB: false
systemLogVerbosity: 0
disableSystemLog: false
disableJavascript: false
enableJournal: true
configuration: ""
replicaSetConfigurationSettings:
enabled: false
configuration: {}
existingConfigmap: ""
initdbScripts: {}
initdbScriptsConfigMap: ""
command: []
args: []
extraFlags: []
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
annotations: {}
labels: {}
replicaCount: 2
updateStrategy:
type: RollingUpdate
podManagementPolicy: OrderedReady
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
nodeSelector: {}
tolerations: []
topologySpreadConstraints: []
lifecycleHooks: {}
terminationGracePeriodSeconds: ""
podLabels: {}
podAnnotations: {}
priorityClassName: ""
runtimeClassName: ""
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
supplementalGroups: []
fsGroup: 1001
sysctls: []
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
resourcesPreset: small
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
containerPorts:
mongodb: 27017
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
startupProbe:
enabled: true
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 60
customLivenessProbe: {}
customReadinessProbe: {}
customStartupProbe: {}
initContainers: []
sidecars: []
extraVolumeMounts: []
extraVolumes: []
pdb:
create: true
minAvailable: ""
maxUnavailable: ""
service:
nameOverride: ""
type: ClusterIP
portName: mongodb
ports:
mongodb: 27017
nodePorts:
mongodb: ""
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerClass: ""
loadBalancerSourceRanges: []
allocateLoadBalancerNodePorts: true
extraPorts: []
annotations: {}
externalTrafficPolicy: Local
sessionAffinity: None
sessionAffinityConfig: {}
headless:
annotations: {}
publishNotReadyAddresses: false
externalAccess:
enabled: false
autoDiscovery:
enabled: false
image:
registry: reg.mini.dev
repository: kubectl-advanced-fips
tag: 1.35.0
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
resourcesPreset: nano
resources: {}
dnsCheck:
image:
registry: reg.mini.dev
repository: os-shell-advanced-fips
tag: "1.0"
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
resourcesPreset: nano
resources: {}
externalMaster:
enabled: false
host: ""
port: 27017
service:
type: LoadBalancer
portName: mongodb
ports:
mongodb: 27017
loadBalancerIPs: []
publicNames: []
loadBalancerClass: ""
loadBalancerSourceRanges: []
allocateLoadBalancerNodePorts: true
externalTrafficPolicy: Local
nodePorts: []
domain: ""
extraPorts: []
annotations: {}
annotationsList: []
sessionAffinity: None
sessionAffinityConfig: {}
hidden:
enabled: false
service:
type: LoadBalancer
portName: mongodb
ports:
mongodb: 27017
loadBalancerIPs: []
loadBalancerClass: ""
loadBalancerSourceRanges: []
allocateLoadBalancerNodePorts: true
externalTrafficPolicy: Local
nodePorts: []
domain: ""
extraPorts: []
annotations: {}
sessionAffinity: None
sessionAffinityConfig: {}
passwordUpdateJob:
enabled: false
backoffLimit: 10
command: []
args: []
extraCommands: ""
previousPasswords:
rootPassword: ""
existingSecret: ""
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
sysctls: []
supplementalGroups: []
fsGroup: 1001
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
extraVolumes: []
extraVolumeMounts: []
initContainers: []
resourcesPreset: micro
resources: {}
customLivenessProbe: {}
customReadinessProbe: {}
customStartupProbe: {}
automountServiceAccountToken: false
hostAliases: []
annotations: {}
podLabels: {}
podAnnotations: {}
networkPolicy:
enabled: true
allowExternal: true
allowExternalEgress: true
addExternalClientAccess: true
extraIngress: []
extraEgress: []
ingressPodMatchLabels: {}
ingressNSMatchLabels: {}
ingressNSPodMatchLabels: {}
persistence:
enabled: true
name: datadir
medium: ""
existingClaim: ""
resourcePolicy: ""
storageClass: ""
accessModes:
- ReadWriteOnce
size: 8Gi
annotations: {}
labels: {}
mountPath: /bitnami/mongodb
subPath: ""
volumeClaimTemplates:
selector: {}
requests: {}
dataSource: {}
persistentVolumeClaimRetentionPolicy:
enabled: false
whenScaled: Retain
whenDeleted: Retain
backup:
enabled: false
cronjob:
schedule: "@daily"
timeZone: ""
concurrencyPolicy: Allow
failedJobsHistoryLimit: 1
successfulJobsHistoryLimit: 3
startingDeadlineSeconds: ""
ttlSecondsAfterFinished: ""
restartPolicy: OnFailure
backoffLimit: 6
serviceAccount:
name: default
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
resourcesPreset: none
resources: {}
command: []
labels: {}
annotations: {}
storage:
existingClaim: ""
resourcePolicy: ""
storageClass: ""
accessModes:
- ReadWriteOnce
size: 8Gi
annotations: {}
mountPath: /backup/mongodb
subPath: ""
volumeClaimTemplates:
selector: {}
requests: {}
dataSource: {}
serviceAccount:
create: true
name: ""
annotations: {}
automountServiceAccountToken: false
rbac:
create: false
rules: []
podSecurityPolicy:
create: false
allowPrivilegeEscalation: false
privileged: false
spec: {}
volumePermissions:
enabled: false
image:
registry: reg.mini.dev
repository: os-shell-advanced-fips
tag: "1.0"
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
resourcesPreset: nano
resources: {}
securityContext:
seLinuxOptions: {}
runAsUser: 0
arbiter:
enabled: true
automountServiceAccountToken: false
hostAliases: []
configuration: ""
existingConfigmap: ""
command: []
args: []
extraFlags: []
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
annotations: {}
labels: {}
topologySpreadConstraints: []
lifecycleHooks: {}
terminationGracePeriodSeconds: ""
updateStrategy:
type: RollingUpdate
podManagementPolicy: OrderedReady
schedulerName: ""
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
nodeSelector: {}
tolerations: []
podLabels: {}
podAnnotations: {}
priorityClassName: ""
runtimeClassName: ""
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
supplementalGroups: []
fsGroup: 1001
sysctls: []
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
resourcesPreset: small
resources: {}
containerPorts:
mongodb: 27017
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
startupProbe:
enabled: false
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 30
customLivenessProbe: {}
customReadinessProbe: {}
customStartupProbe: {}
initContainers: []
sidecars: []
extraVolumeMounts: []
extraVolumes: []
pdb:
create: true
minAvailable: ""
maxUnavailable: ""
service:
nameOverride: ""
ports:
mongodb: 27017
extraPorts: []
annotations: {}
headless:
annotations: {}
hidden:
enabled: false
automountServiceAccountToken: false
hostAliases: []
configuration: ""
existingConfigmap: ""
command: []
args: []
extraFlags: []
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
annotations: {}
labels: {}
topologySpreadConstraints: []
lifecycleHooks: {}
replicaCount: 1
terminationGracePeriodSeconds: ""
updateStrategy:
type: RollingUpdate
podManagementPolicy: OrderedReady
schedulerName: ""
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
nodeSelector: {}
tolerations: []
podLabels: {}
podAnnotations: {}
priorityClassName: ""
runtimeClassName: ""
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
supplementalGroups: []
fsGroup: 1001
sysctls: []
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
resourcesPreset: micro
resources: {}
containerPorts:
mongodb: 27017
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 6
successThreshold: 1
startupProbe:
enabled: false
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 30
customLivenessProbe: {}
customReadinessProbe: {}
customStartupProbe: {}
initContainers: []
sidecars: []
extraVolumeMounts: []
extraVolumes: []
pdb:
create: true
minAvailable: ""
maxUnavailable: ""
persistence:
enabled: true
medium: ""
storageClass: ""
accessModes:
- ReadWriteOnce
size: 8Gi
annotations: {}
mountPath: /bitnami/mongodb
subPath: ""
volumeClaimTemplates:
selector: {}
requests: {}
dataSource: {}
service:
nameOverride: ""
portName: mongodb
ports:
mongodb: 27017
extraPorts: []
annotations: {}
headless:
annotations: {}
metrics:
enabled: false
image:
registry: reg.mini.dev
repository: prometheus-mongodb-exporter-advanced-fips
tag: 0.48.0
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
username: ""
password: ""
compatibleMode: true
collector:
all: false
diagnosticdata: true
replicasetstatus: true
dbstats: false
topmetrics: false
indexstats: false
collstats: false
collstatsColls: []
indexstatsColls: []
collstatsLimit: 0
extraFlags: ""
command: []
args: []
resourcesPreset: nano
resources: {}
containerPort: 9216
service:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "{{ .Values.metrics.service.ports.metrics }}"
prometheus.io/path: /metrics
type: ClusterIP
ports:
metrics: 9216
extraPorts: []
livenessProbe:
enabled: true
initialDelaySeconds: 15
periodSeconds: 5
timeoutSeconds: 10
failureThreshold: 3
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 10
failureThreshold: 3
successThreshold: 1
startupProbe:
enabled: false
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 30
customLivenessProbe: {}
customReadinessProbe: {}
customStartupProbe: {}
extraVolumeMounts: []
serviceMonitor:
enabled: false
namespace: ""
interval: 30s
scrapeTimeout: ""
relabelings: []
metricRelabelings: []
labels: {}
selector: {}
honorLabels: false
jobLabel: ""
prometheusRule:
enabled: false
additionalLabels: {}
namespace: ""
rules: []