🏗️ joplin postgresql disable nossl

This commit is contained in:
auricom
2024-01-25 00:40:37 +01:00
parent c39864f6fa
commit 66e14cdbea
3 changed files with 1 additions and 3 deletions

View File

@@ -68,7 +68,7 @@
- name: restart postgresql
ansible.builtin.service:
name: postgresql
state: restart
state: restarted
when: certificates.changed or pg_hba.changed or pg_conf.changed
tags:
- certificates

View File

@@ -89,7 +89,6 @@
local all all trust
# IPv4 local connections:
hostssl all all 0.0.0.0/0 scram-sha-256
hostnossl joplin joplin 0.0.0.0/0 trust
# IPv6 local connections:
# Allow replication connections from localhost, by a user with the
# replication privilege.

View File

@@ -6,7 +6,6 @@ metadata:
name: &app vector
namespace: flux-system
spec:
targetNamespace: monitoring
commonMetadata:
labels:
app.kubernetes.io/name: *app