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
|
||||
name: peertube-configmap
|
||||
globalMounts:
|
||||
- path: /app/config
|
||||
- path: /config
|
||||
# media:
|
||||
# existingClaim: nas-storage
|
||||
# advancedMounts:
|
||||
# main:
|
||||
# main:
|
||||
# - path: /app/storage
|
||||
# - path: /data
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -12,6 +12,9 @@ spec:
|
|||
synchronous_mode: true
|
||||
postgresql:
|
||||
synchronous_commit: "on"
|
||||
pg_hba:
|
||||
- host peertube peertube 10.244.0.0/16 md5
|
||||
|
||||
instances:
|
||||
- name: postgres
|
||||
replicas: 2
|
||||
|
|
Reference in a new issue