findmydevice

Version: 0.12.1 Type: application AppVersion: 0.14.1-distroless

A Helm chart for the findmydevice (FMD) server. A project for Android and linux that allows "Find my Phone"-functionality as known from Apple and Google, without handing data over to them.

Homepage: https://gitlab.com/fmd-foss/fmd-server

Source Code

Values

KeyTypeDefaultDescription
affinityobject{}
fullnameOverridestring""
image.pullPolicystring"IfNotPresent"Pull policy allows to configure whether an image should be used if already on the host or pulled freshly regardless.
image.repositorystring"registry.gitlab.com/fmd-foss/fmd-server"Container registry image to use
image.tagstring""Overrides the image tag whose default is the chart appVersion.
imagePullSecretslist[]
ingress.annotations."nginx.ingress.kubernetes.io/client-body-buffer-size"string"20M"
ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size"string"20M"
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
nameOverridestring""
nodeSelectorobject{}
persistentVolumeClaim.accessModestring"ReadWriteOnce"Volume Access mode, ReadWriteOnce is recommended
persistentVolumeClaim.sizestring"20Gi"Requested Volume size of the PVC
persistentVolumeClaim.storageClassstringnilStorage class used for objectbox database
podAnnotationsobject{}
podSecurityContext.fsGroupint65532Sets the filesystem permissions. Since the application requires the data directory to be owned by uid 65532. Note: if you use the non-distroless image, change this to 1000
resources.limits.cpustring"1"
resources.limits.memorystring"512Mi"
resources.requests.cpustring"200m"
resources.requests.memorystring"256Mi"
securityContext.allowPrivilegeEscalationboolfalse
securityContext.capabilities.drop[0]string"ALL"
securityContext.runAsNonRootbooltrueEnforces that the application can't run as root
securityContext.runAsUserint65532Starts the application as uid 65532 Note: if you use the non-distroless image, change this to 1000
securityContext.seccompProfile.typestring"RuntimeDefault"
service.portint80
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}Annotations to add to the service account
serviceAccount.createbooltrueSpecifies whether a service account should be created
serviceAccount.namestring""The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerationslist[]

Autogenerated from chart metadata using helm-docs v1.14.2