Compare commits

...

2 Commits

Author SHA1 Message Date
Marco Kilchhofer
158674fc45 [unifi] Fix speedtest container port (#186) 2020-11-21 15:36:48 -05:00
ᗪєνιη ᗷυнʟ
8a2859285c [flood] fix data dir (#185) 2020-11-19 23:18:11 -05:00
5 changed files with 13 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.1.1
description: Flood is a monitoring service for various torrent clients
name: flood
version: 1.0.0
version: 1.0.1
keywords:
- flood
- rtorrent

View File

@@ -1,2 +1,7 @@
ingress:
enabled: true
persistence:
data:
enabled: true
emptyDir: true
mountPath: /data

View File

@@ -12,8 +12,10 @@ service:
port:
port: 3000
env: {}
# TZ: UTC
# Other environment variables that can be configure can be seen at
# https://github.com/jesec/flood/blob/master/config.cli.js
env:
FLOOD_OPTION_RUNDIR: /data
persistence:
data:

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 5.14.23
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 1.3.0
version: 1.3.1
keywords:
- ubiquiti
- unifi

View File

@@ -68,17 +68,17 @@ spec:
- name: syslog
containerPort: 5514
protocol: UDP
{{ if .Values.captivePortalService.enabled }}
{{- if .Values.captivePortalService.enabled }}
- name: captive-http
containerPort: 8880
protocol: TCP
- name: captive-https
containerPort: 8843
protocol: TCP
{{- end }}
- name: speedtest
containerPort: 6789
protocol: TCP
{{ end }}
{{- if not .Values.runAsRoot }}
securityContext:
capabilities: