1 parent 10ca851 commit fb291deCopy full SHA for fb291de
2 files changed
kubernetes/apps/teslamate/flux-kustomization.yml
@@ -19,6 +19,13 @@ spec:
19
path: /spec/dataSource
20
target:
21
kind: PostgresCluster
22
+ - patch: |
23
+ - op: add
24
+ path: /spec/patroni/dynamicConfiguration/postgresql/pg_hba
25
+ value:
26
+ - hostnossl teslamate teslamate 10.244.0.0/16 md5
27
+ target:
28
+ kind: PostgresCluster
29
postBuild:
30
substitute:
31
APP: *app
kubernetes/apps/teslamate/helm-release.yml
@@ -47,7 +47,7 @@ spec:
47
app:
48
env:
49
CHECK_ORIGIN: true
50
- # MQTT_HOST: mosquitto.database.svc.cluster.local
+ MQTT_HOST: 10.0.10.8
51
PORT: &port 80
52
TZ: America/New_York
53
VIRTUAL_HOST: "{{ .Release.Name }}.chkpwd.com"
0 commit comments