Update peertube mounts and update postgres hba allowed hosts.
This commit is contained in:
parent
f6bb9a5548
commit
a215522f24
2 changed files with 5 additions and 2 deletions
|
@ -72,13 +72,13 @@ spec:
|
||||||
type: configMap
|
type: configMap
|
||||||
name: peertube-configmap
|
name: peertube-configmap
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /app/config
|
- path: /config
|
||||||
# media:
|
# media:
|
||||||
# existingClaim: nas-storage
|
# existingClaim: nas-storage
|
||||||
# advancedMounts:
|
# advancedMounts:
|
||||||
# main:
|
# main:
|
||||||
# main:
|
# main:
|
||||||
# - path: /app/storage
|
# - path: /data
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -12,6 +12,9 @@ spec:
|
||||||
synchronous_mode: true
|
synchronous_mode: true
|
||||||
postgresql:
|
postgresql:
|
||||||
synchronous_commit: "on"
|
synchronous_commit: "on"
|
||||||
|
pg_hba:
|
||||||
|
- host peertube peertube 10.244.0.0/16 md5
|
||||||
|
|
||||||
instances:
|
instances:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
Reference in a new issue