mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🏗️ joplin postgresql disable nossl
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -6,7 +6,6 @@ metadata:
|
||||
name: &app vector
|
||||
namespace: flux-system
|
||||
spec:
|
||||
targetNamespace: monitoring
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
|
Reference in New Issue
Block a user