mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-28 13:05:26 +02:00
🔧 dns optim
This commit is contained in:
@@ -5,7 +5,7 @@ logger:
|
||||
frigate.record: debug
|
||||
|
||||
mqtt:
|
||||
host: emqx.default.svc.cluster.local
|
||||
host: emqx.default.svc.cluster.local.
|
||||
topic_prefix: frigate
|
||||
user: "{MQTT_USER}"
|
||||
password: "{MQTT_PASSWORD}"
|
||||
|
@@ -32,7 +32,7 @@ spec:
|
||||
tag: 2022.9.4@sha256:fb5ddff05e523de61708c19209dfbac4e283f4f5d72004abb269cc516474a6b4
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
POSTGRES_HOST: postgres-rw.default.svc.cluster.local
|
||||
POSTGRES_HOST: postgres-rw.default.svc.cluster.local.
|
||||
POSTGRES_DB: home_assistant
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
@@ -11,7 +11,7 @@ spec:
|
||||
image: ghcr.io/onedr0p/postgres-initdb:14.5
|
||||
env:
|
||||
- name: POSTGRES_HOST
|
||||
value: postgres-rw.default.svc.cluster.local
|
||||
value: postgres-rw.default.svc.cluster.local.
|
||||
- name: POSTGRES_DB
|
||||
value: home_assistant
|
||||
- name: POSTGRES_SUPER_PASS
|
||||
|
@@ -33,7 +33,7 @@ spec:
|
||||
env:
|
||||
LOG_LEVEL: DEBUG
|
||||
LOG_MQTT_MESSAGE: "True"
|
||||
MQTT_ADDRESS: emqx.default.svc.cluster.local
|
||||
MQTT_ADDRESS: emqx.default.svc.cluster.local.
|
||||
MQTT_TOPIC: "zigbee2mqtt/#"
|
||||
MQTT_V5_PROTOCOL: "True"
|
||||
MQTT_USERNAME: ${SECRET_MQTT_USER}
|
||||
|
@@ -31,7 +31,7 @@ spec:
|
||||
permit_join: false
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: "mqtt://emqx.default.svc.cluster.local"
|
||||
server: "mqtt://emqx.default.svc.cluster.local."
|
||||
user: ${SECRET_MQTT_USER}
|
||||
password: ${SECRET_MQTT_PASSWORD}
|
||||
serial:
|
||||
@@ -68,8 +68,7 @@ spec:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.default.svc.cluster.local/api/verify"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://auth.${SECRET_CLUSTER_DOMAIN}"
|
||||
auth.home.arpa/enabled: "true"
|
||||
hosts:
|
||||
- host: "zigbee.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user