Files
auricom-home-cluster/kubernetes/apps/default/unifi/app/helmrelease.yaml
feisar-bot 3d2ab38ffc ⬆️ Update image jacobalberty/unifi to v7.4.156
| datasource | package            | from    | to       |
| ---------- | ------------------ | ------- | -------- |
| docker     | jacobalberty/unifi | v7.3.83 | v7.4.156 |
2023-06-18 11:58:41 +02:00

101 lines
2.3 KiB
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app unifi
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.4.0
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 3
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
image:
repository: jacobalberty/unifi
tag: v7.4.156
pullPolicy: IfNotPresent
env:
RUNAS_UID0: "false"
UNIFI_UID: "999"
UNIFI_GID: "999"
UNIFI_STDOUT: "true"
JVM_INIT_HEAP_SIZE:
JVM_MAX_HEAP_SIZE: 1024M
service:
main:
type: LoadBalancer
externalTrafficPolicy: Local
loadBalancerIP: ${CLUSTER_LB_UNIFI}
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:
main:
enabled: true
ingressClassName: "nginx"
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hajimari.io/icon: mdi:lan
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: unifi-config
mountPath: /unifi
resources:
requests:
memory: 2Gi
cpu: 50m