grampsweb
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:
helm pull oci://codeberg.org/wrenix/helm-charts/grampsweb
You can install a chart release using the following command:
helm install grampsweb-release oci://codeberg.org/wrenix/helm-charts/grampsweb --values values.yaml
To uninstall a chart release use `helm’s delete command:
helm uninstall grampsweb-release
Values
Key | Type | Default | Description |
---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
fullnameOverride |
string |
|
|
gramps.baseURL |
string |
|
|
gramps.mail.from |
string |
|
"From" address for automated e-mails |
gramps.mail.host |
string |
|
SMTP server host (e.g. for sending password reset e-mails) |
gramps.mail.password |
string |
|
SMTP server password |
gramps.mail.port |
int |
|
SMTP server port. |
gramps.mail.useTLS |
bool |
|
Boolean, whether to use TLS for sending e-mails. Defaults to true. When using STARTTLS, set this to false and use a port different from 25. |
gramps.mail.username |
string |
|
SMTP server username |
gramps.tree |
string |
|
|
image.pullPolicy |
string |
|
|
image.registry |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
imagePullSecrets |
list |
|
|
ingress.annotations |
object |
|
|
ingress.className |
string |
|
|
ingress.enabled |
bool |
|
|
ingress.hosts[0].host |
string |
|
|
ingress.hosts[0].paths[0].path |
string |
|
|
ingress.hosts[0].paths[0].pathType |
string |
|
|
ingress.tls |
list |
|
|
nameOverride |
string |
|
|
nodeSelector |
object |
|
|
persistence.accessMode |
string |
|
|
persistence.annotations |
object |
|
|
persistence.enabled |
bool |
|
|
persistence.existingClaim |
string |
|
A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
persistence.hostPath |
string |
|
Do not create an PVC, direct use hostPath in Pod |
persistence.size |
string |
|
|
persistence.storageClass |
string |
|
Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack) |
podAnnotations |
object |
|
|
podLabels |
object |
|
|
podSecurityContext |
object |
|
|
replicaCount |
int |
|
|
resources |
object |
|
|
securityContext |
object |
|
|
service.port |
int |
|
|
service.type |
string |
|
|
serviceAccount.annotations |
object |
|
|
serviceAccount.automount |
bool |
|
|
serviceAccount.create |
bool |
|
|
serviceAccount.name |
string |
|
|
tolerations |
list |
|
|
volumeMounts |
list |
|
|
volumes |
list |
|
Autogenerated from chart metadata using helm-docs