mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
79 lines
1.2 KiB
YAML
79 lines
1.2 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: quay.io/monax/hoard
|
|
tag: 6.0.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
config:
|
|
listenaddress: tcp://:53431
|
|
storage:
|
|
# aws | azure | filesystem | gcp | ipfs
|
|
storagetype: filesystem
|
|
addressencoding: base64
|
|
chunksize: 65536
|
|
filesystemconfig:
|
|
rootdirectory: "/data"
|
|
cloudconfig:
|
|
bucket: ""
|
|
prefix: ""
|
|
region: ""
|
|
ipfsconfig:
|
|
remoteapi: ""
|
|
logging:
|
|
loggingtype: json
|
|
channels:
|
|
- info
|
|
- trace
|
|
secrets:
|
|
symmetric: []
|
|
openpgp:
|
|
privateid: ""
|
|
file: "keyring"
|
|
|
|
controller:
|
|
enabled: false
|
|
keep: false
|
|
|
|
secrets:
|
|
creds: "cloud-credentials"
|
|
keyring: "private-keyring"
|
|
|
|
# only filesystem
|
|
persistence:
|
|
size: 10Gi
|
|
storageClass: standard
|
|
accessMode: ReadWriteOnce
|
|
persistentVolumeReclaimPolicy: "Retain"
|
|
annotations:
|
|
"helm.sh/resource-policy": keep
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 53431
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
path: /
|
|
hosts:
|
|
- hoard.local
|
|
tls: []
|
|
# - secretName: hoard-tls
|
|
# hosts:
|
|
# - hoard.local
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 500m
|
|
# memory: 1Gi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 256Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|