.
This commit is contained in:
6
charts/unifi/Chart.lock
Normal file
6
charts/unifi/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: lib
|
||||
repository: file://../../../lib/
|
||||
version: 1.0.0
|
||||
digest: sha256:63e7ca30622b531017b921e041bc25280c0d53712af37f6e36aaa19f5a5a8f15
|
||||
generated: "2024-10-12T11:11:31.627097149+02:00"
|
15
charts/unifi/Chart.yaml
Normal file
15
charts/unifi/Chart.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
name: unifi
|
||||
version: 1.0.0
|
||||
description: The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
|
||||
type: application
|
||||
appVersion: v8.5.6
|
||||
kubeVersion: ">=1.27.0"
|
||||
maintainers:
|
||||
- name: Jonas Forsberg
|
||||
email: barregargamel@gmail.com
|
||||
dependencies:
|
||||
- name: lib
|
||||
repository: "file://../../../lib/"
|
||||
version: 1.0.0
|
BIN
charts/unifi/charts/lib-1.0.0.tgz
Normal file
BIN
charts/unifi/charts/lib-1.0.0.tgz
Normal file
Binary file not shown.
1
charts/unifi/templates/NOTES.txt
Normal file
1
charts/unifi/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "lib.defaultNotes" . -}}
|
1
charts/unifi/templates/all.yaml
Normal file
1
charts/unifi/templates/all.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "lib.all" . }}
|
33
charts/unifi/values.yaml
Normal file
33
charts/unifi/values.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
lib:
|
||||
|
||||
service:
|
||||
tcp:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
https:
|
||||
port: 8443
|
||||
protocol: TCP
|
||||
targetPort: 8443
|
||||
http_redirect:
|
||||
port: 8880
|
||||
protocol: TCP
|
||||
https_redirect:
|
||||
port: 8843
|
||||
protocol: TCP
|
||||
speed_test:
|
||||
port: 6789
|
||||
protocol: TCP
|
||||
udp:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
stun:
|
||||
port: 3478
|
||||
protocol: UDP
|
||||
device_discovery:
|
||||
port: 10001
|
||||
protocol: UDP
|
||||
local_discovery:
|
||||
port: 1900
|
||||
protocol: UDP
|
Reference in New Issue
Block a user