25 lines
597 B
YAML
25 lines
597 B
YAML
namespaceOverride: "minio"
|
|
image:
|
|
debug: true
|
|
clusterDomain: cluster.edward.sydney
|
|
auth:
|
|
existingSecret: "minio-secrets"
|
|
rootUserSecretKey: "root_user"
|
|
rootPasswordSecretKey: "root_password"
|
|
nodeSelector:
|
|
kubernetes.io/hostname: k3s-cluster-node-2
|
|
service:
|
|
type: LoadBalancer
|
|
ports:
|
|
api: 19000
|
|
console: 19001
|
|
annotations:
|
|
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
|
|
metallb.universe.tf/allow-shared-ip: k3s-cluster
|
|
persistence:
|
|
existingClaim: "minio-pvc"
|
|
containerSecurityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
podSecurityContext:
|
|
fsGroup: 1000 |