You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @param minio.apiIngress.enabled Enable ingress controller resource for MinIO API
97
-
## @param minio.apiIngress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+)
98
-
## @param minio.apiIngress.hostname Default host for the ingress resource
94
+
postgresql:
95
+
host: ""
96
+
port: 5432
97
+
# allow to override the secret name containing the postgres password
98
+
passwordSecret: ""
99
+
database: "dynamo"
100
+
99
101
minio:
100
-
mode: standalone
101
-
auth:
102
-
rootUser: minioadmin
103
-
rootPassword: minioadmin
104
-
persistence:
105
-
enabled: true
106
-
size: 10Gi
107
-
storageClass: ""
108
-
mountPath: /data
109
-
annotations:
110
-
helm.sh/resource-policy: keep
111
-
apiIngress:
112
-
enabled: false
113
-
ingressClassName: ""
114
-
hostname: ""
115
-
pathType: ImplementationSpecific
116
-
annotations: {}
117
-
podSecurityContext:
118
-
enabled: true
119
-
fsGroup: 1000
120
-
containerSecurityContext:
121
-
enabled: true
122
-
runAsUser: 1000
123
-
runAsNonRoot: true
124
-
readOnlyRootFilesystem: false
125
-
startupProbe:
126
-
enabled: true
127
-
initialDelaySeconds: 10
128
-
periodSeconds: 10
129
-
timeoutSeconds: 5
130
-
failureThreshold: 6
131
-
resources:
132
-
requests:
133
-
memory: "256Mi"
134
-
cpu: "250m"
135
-
limits:
136
-
memory: "512Mi"
137
-
cpu: "500m"
138
-
service:
139
-
type: ClusterIP
140
-
ports:
141
-
api: 9000
142
-
console: 9001
102
+
host: ""
103
+
port: 9000
104
+
# allow to override the secret name containing the minio username and password
105
+
passwordSecret: ""
143
106
144
107
resources: {}
145
108
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -157,14 +120,6 @@ dynamo:
157
120
apiStore:
158
121
port: 8000
159
122
160
-
postgresql:
161
-
auth:
162
-
existingSecret: ""
163
-
postgresPassword: ""
164
-
username: "admin"
165
-
password: "password"
166
-
database: "dynamo"
167
-
168
123
# 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/
0 commit comments