---
rootUser: 'overlord'
replicas: 1
mode: standalone
environment:
MINIO_SERVER_URL: "https://s3.e.badhouseplants.net:443"
tls:
enabled: false
certSecret: ''
publicCrt: public.crt
privateKey: private.key
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 30Gi
service:
type: ClusterIP
clusterIP: ~
port: '9000'
consoleService:
port: '9001'
resources:
requests:
memory: 0.7Gi
policies:
- name: badhouseplants:owners
statements:
- resources:
- 'arn:aws:s3:::*'
actions:
- "s3:*"
- resources: []
- "admin:*"
- "kms:*"
- name: badhouseplants
- 'arn:aws:s3:::badhouseplants-net'
- 'arn:aws:s3:::badhouseplants-net/*'
- name: backup
- 'arn:aws:s3:::longhorn/*'
- 'arn:aws:s3:::longhorn'
- "s3:DeleteObject"
- "s3:GetObject"
- "s3:ListBucket"
- "s3:PutObject"
buckets:
- name: longhorn
policy: none
purge: false
versioning: false
metrics:
serviceMonitor:
public: true
additionalLabels: {}