--- 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: type: ClusterIP clusterIP: ~ port: '9001' resources: requests: memory: 0.7Gi policies: - name: badhouseplants:owners statements: - resources: - 'arn:aws:s3:::*' actions: - "s3:*" - resources: [] actions: - "admin:*" - resources: [] actions: - "kms:*" - name: badhouseplants statements: - resources: - 'arn:aws:s3:::badhouseplants-net' actions: - "s3:*" - resources: - 'arn:aws:s3:::badhouseplants-net/*' actions: - "s3:*" - name: backup statements: - resources: - 'arn:aws:s3:::longhorn/*' - 'arn:aws:s3:::longhorn' actions: - "s3:DeleteObject" - "s3:GetObject" - "s3:ListBucket" - "s3:PutObject" buckets: - name: longhorn policy: none purge: false versioning: false metrics: serviceMonitor: enabled: false public: true additionalLabels: {}