mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[unifi] enhance unifi to log to stdout (#547)
* enhance unifi to log to stdout Signed-off-by: Jeff Billimek <jeff@billimek.com> * bump version after rebase from master
This commit is contained in:
parent
a9218cd798
commit
8c5ade2b2b
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 5.14.23
|
appVersion: 5.14.23
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 1.4.2
|
version: 1.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
|
@ -149,6 +149,8 @@ spec:
|
|||||||
value: "{{ .Values.customCert.certName }}"
|
value: "{{ .Values.customCert.certName }}"
|
||||||
- name: CERT_PRIVATE_NAME
|
- name: CERT_PRIVATE_NAME
|
||||||
value: "{{ .Values.customCert.keyName }}"
|
value: "{{ .Values.customCert.keyName }}"
|
||||||
|
- name: UNIFI_STDOUT
|
||||||
|
value: "true"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /unifi/data
|
- mountPath: /unifi/data
|
||||||
|
Loading…
Reference in New Issue
Block a user