## @param minio.apiIngress.enabled Enable ingress controller resource for MinIO API
port:5432
## @param minio.apiIngress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
# allow to override the secret name containing the postgres password
## @param minio.apiIngress.hostname Default host for the ingress resource
passwordSecret:""
database:"dynamo"
minio:
minio:
mode:standalone
host:""
auth:
port:9000
rootUser:minioadmin
# allow to override the secret name containing the minio username and password
rootPassword:minioadmin
passwordSecret:""
persistence:
enabled:true
size:10Gi
storageClass:""
mountPath:/data
annotations:
helm.sh/resource-policy:keep
apiIngress:
enabled:false
ingressClassName:""
hostname:""
pathType:ImplementationSpecific
annotations:{}
podSecurityContext:
enabled:true
fsGroup:1000
containerSecurityContext:
enabled:true
runAsUser:1000
runAsNonRoot:true
readOnlyRootFilesystem:false
startupProbe:
enabled:true
initialDelaySeconds:10
periodSeconds:10
timeoutSeconds:5
failureThreshold:6
resources:
requests:
memory:"256Mi"
cpu:"250m"
limits:
memory:"512Mi"
cpu:"500m"
service:
type:ClusterIP
ports:
api:9000
console:9001
resources:{}
resources:{}
# We usually recommend not to specify default resources and to leave this as a conscious
# We usually recommend not to specify default resources and to leave this as a conscious
...
@@ -157,14 +120,6 @@ dynamo:
...
@@ -157,14 +120,6 @@ dynamo:
apiStore:
apiStore:
port:8000
port:8000
postgresql:
auth:
existingSecret:""
postgresPassword:""
username:"admin"
password:"password"
database:"dynamo"
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/