🏗️ 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 - name: restart postgresql
ansible.builtin.service: ansible.builtin.service:
name: postgresql name: postgresql
state: restart state: restarted
when: certificates.changed or pg_hba.changed or pg_conf.changed when: certificates.changed or pg_hba.changed or pg_conf.changed
tags: tags:
- certificates - certificates

View File

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

View File

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