This commit is contained in:
Jonas Forsberg
2024-11-10 09:35:14 +01:00
parent 1ee08107f5
commit ea0d92d722
18 changed files with 272 additions and 0 deletions

6
charts/unifi/Chart.lock Normal file
View 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
View 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

Binary file not shown.

View File

@@ -0,0 +1 @@
{{- include "lib.defaultNotes" . -}}

View File

@@ -0,0 +1 @@
{{ include "lib.all" . }}

33
charts/unifi/values.yaml Normal file
View 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