chart-unifi_network_application: fix include parametrization
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user