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

View file

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