chart-unifi_network_application: fix include parametrization

This commit is contained in:
2024-08-25 22:24:36 +02:00
parent 126a50b506
commit 4f636f950a
2 changed files with 1 additions and 8 deletions

View File

@ -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