mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
![feisar-bot[bot]](/assets/img/avatar_default.png)
| datasource | package | from | to | | ---------- | ------------------ | -------- | -------- | | docker | jacobalberty/unifi | v9.0.114 | v9.1.120 |
113 lines
3.0 KiB
YAML
113 lines
3.0 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app unifi
|
|
spec:
|
|
interval: 1h
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: app-template
|
|
namespace: flux-system
|
|
install:
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
strategy: rollback
|
|
retries: 3
|
|
values:
|
|
controllers:
|
|
unifi:
|
|
annotations:
|
|
reloader.stakater.com/auto: "true"
|
|
containers:
|
|
app:
|
|
image:
|
|
repository: jacobalberty/unifi
|
|
tag: v9.1.120@sha256:150af8f7bd96f597e7441f4598bd82435c2ee73b03b833179d30e6e2666be12b
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
RUNAS_UID0: "false"
|
|
UNIFI_UID: "999"
|
|
UNIFI_GID: "999"
|
|
UNIFI_STDOUT: "true"
|
|
JVM_INIT_HEAP_SIZE:
|
|
JVM_MAX_HEAP_SIZE: 1024M
|
|
resources:
|
|
requests:
|
|
memory: 2Gi
|
|
cpu: 50m
|
|
service:
|
|
app:
|
|
controller: *app
|
|
type: LoadBalancer
|
|
externalTrafficPolicy: Local
|
|
loadBalancerIP: 192.168.169.103
|
|
ports:
|
|
http:
|
|
port: 8443
|
|
protocol: HTTPS
|
|
controller:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: TCP
|
|
portal-http:
|
|
enabled: false
|
|
port: 8880
|
|
protocol: HTTP
|
|
portal-https:
|
|
enabled: false
|
|
port: 8843
|
|
protocol: HTTPS
|
|
speedtest:
|
|
enabled: true
|
|
port: 6789
|
|
protocol: TCP
|
|
stun:
|
|
enabled: true
|
|
port: 3478
|
|
protocol: UDP
|
|
syslog:
|
|
enabled: true
|
|
port: 5514
|
|
protocol: UDP
|
|
discovery:
|
|
enabled: true
|
|
port: 10001
|
|
protocol: UDP
|
|
ingress:
|
|
app:
|
|
enabled: true
|
|
className: internal
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
hajimari.io/icon: mdi:lan
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: Unifi
|
|
gethomepage.dev/description: Centralized enterprise-grade networking for home and business.
|
|
gethomepage.dev/group: Infrastructure
|
|
gethomepage.dev/icon: unifi.png
|
|
gethomepage.dev/pod-selector: >-
|
|
app in (
|
|
unifi
|
|
)
|
|
hosts:
|
|
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
service:
|
|
identifier: app
|
|
port: http
|
|
tls:
|
|
- hosts:
|
|
- *host
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
existingClaim: *app
|
|
globalMounts:
|
|
- path: /unifi
|