diff --git a/charts/unifi-network-application/templates/deployment.yaml b/charts/unifi-network-application/templates/deployment.yaml index e66febd..a525d6c 100644 --- a/charts/unifi-network-application/templates/deployment.yaml +++ b/charts/unifi-network-application/templates/deployment.yaml @@ -77,7 +77,7 @@ spec: volumes: - name: {{ include "template.fullname" . }}-app-config-volume persistentVolumeClaim: - claimName: {{ include "template.fullname" }}-{{ default "config-claim" .Values.persistence.claimSuffix }} + claimName: {{ include "template.fullname" . }}-{{ default "config-claim" .Values.persistence.claimSuffix }} containers: - name: {{ include "template.fullname" . }}-app diff --git a/charts/unifi-network-application/values.yaml b/charts/unifi-network-application/values.yaml index edf4883..9199756 100644 --- a/charts/unifi-network-application/values.yaml +++ b/charts/unifi-network-application/values.yaml @@ -2,24 +2,20 @@ # -- how many app replicas to run; only ever tested with 1 replicaCount: 1 - image: repository: linuxserver/unifi-network-application pullPolicy: IfNotPresent # -- overrides the image tag whose default is the chart appVersion tag: '' - nameOverride: '' # -- can be used to override the main app name; incorporates release name by default fullnameOverride: '' - global: # -- globally set the storage class for PVCs storageClass: '' - service: annotations: {} type: @@ -39,7 +35,6 @@ ingress: # traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd # ingress.kubernetes.io/custom-request-headers: X-Forwarded-Proto:https - resources: {} # Suggested/tested resource settings # requests: @@ -49,7 +44,6 @@ resources: {} # memory: 1.5Gi # cpu: 2 - persistence: # -- whether to deal with persistence at all enabled: true @@ -66,7 +60,6 @@ persistence: # -- size limit for the PVC size: 128Mi - mongodb: # -- image to pull and use; for arm64 (eg Raspberry Pi 4), use "arm64v8/mongo" image: mongo