123456789101112131415161718192021222324 |
- mode: standalone
- auth:
- rootUser: test_admin
- rootPassword: ComplicatedPassword123!4
- containerPorts:
- api: 9000
- console: 9003
- podSecurityContext:
- enabled: true
- fsGroup: 1002
- containerSecurityContext:
- enabled: true
- runAsUser: 1002
- service:
- type: LoadBalancer
- ports:
- api: 9002
- console: 80
- persistence:
- enabled: true
- mountPath: /bitnami/minio/data
- serviceAccount:
- create: true
- automountServiceAccountToken: true
|