Update peertube mounts and update postgres hba allowed hosts.

This commit is contained in:
Joseph Hanson 2023-11-06 15:08:51 -06:00
parent f6bb9a5548
commit a215522f24
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 5 additions and 2 deletions

View file

@ -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:

View file

@ -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