mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
feat(home-assistant): app-template v4
This commit is contained in:
@@ -461,7 +461,7 @@ spec:
|
||||
path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
identifier: authentik
|
||||
identifier: app
|
||||
port: http
|
||||
tls: &tls
|
||||
- hosts: [*host]
|
||||
@@ -476,7 +476,7 @@ spec:
|
||||
paths:
|
||||
- <<: *path
|
||||
service:
|
||||
identifier: authentik
|
||||
identifier: app
|
||||
port: anubis
|
||||
harden:
|
||||
<<: *ingress
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.7.3/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-4.1.2/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
@@ -10,14 +10,14 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: app-template
|
||||
version: "3.7.3"
|
||||
version: 4.1.2
|
||||
sourceRef:
|
||||
name: bjw-s
|
||||
kind: HelmRepository
|
||||
namespace: flux-system
|
||||
values:
|
||||
controllers:
|
||||
home-assistant:
|
||||
app:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
pod:
|
||||
@@ -33,6 +33,9 @@ spec:
|
||||
prom.home.arpa/kps: allow
|
||||
dns.home.arpa/l7: "true"
|
||||
annotations:
|
||||
# generate reproducible "locally assigned" (aka non-vendor-assigned) MAC address from a FQDN (e.g. for Home Assistant Multus)
|
||||
# `echo "$FQDN" | md5sum | sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'`
|
||||
# source: https://serverfault.com/questions/299556/how-to-generate-a-random-mac-address-from-the-linux-command-line/299563#299563
|
||||
k8s.v1.cni.cncf.io/networks: |
|
||||
[{
|
||||
"name":"iot",
|
||||
@@ -41,9 +44,12 @@ spec:
|
||||
"mac": "${APP_MAC_HOME_ASSISTANT_IOT}",
|
||||
"gateway": "${IP_ROUTER_VLAN_IOT}"
|
||||
}]
|
||||
# generate reproducible "locally assigned" (aka non-vendor-assigned) MAC address from a FQDN (e.g. for Home Assistant Multus)
|
||||
# `echo "$FQDN" | md5sum | sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'`
|
||||
# source: https://serverfault.com/questions/299556/how-to-generate-a-random-mac-address-from-the-linux-command-line/299563#299563
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 1Gi
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -93,9 +99,10 @@ spec:
|
||||
args: ["restore", "-if-db-not-exists", "-if-replica-exists", "/config/home-assistant_v2.db"]
|
||||
env: *lsenv
|
||||
service:
|
||||
home-assistant:
|
||||
app:
|
||||
primary: true
|
||||
controller: "home-assistant"
|
||||
controller: app
|
||||
forceRename: *app
|
||||
ports:
|
||||
http:
|
||||
port: 8123
|
||||
@@ -104,7 +111,7 @@ spec:
|
||||
primary: true
|
||||
expose:
|
||||
primary: false
|
||||
controller: "home-assistant"
|
||||
controller: app
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
"io.cilium/lb-ipam-ips": "${APP_IP_HOME_ASSISTANT:=127.0.0.1}"
|
||||
@@ -142,7 +149,7 @@ spec:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
identifier: home-assistant
|
||||
identifier: app
|
||||
port: http
|
||||
tls: &tls
|
||||
- hosts: [*host]
|
||||
@@ -150,7 +157,7 @@ spec:
|
||||
config:
|
||||
existingClaim: "home-assistant-data"
|
||||
advancedMounts:
|
||||
home-assistant:
|
||||
app:
|
||||
main: &pvc
|
||||
- subPath: "config"
|
||||
path: "/config"
|
||||
@@ -172,7 +179,7 @@ spec:
|
||||
type: secret
|
||||
name: "litestream-secrets"
|
||||
advancedMounts:
|
||||
home-assistant:
|
||||
app:
|
||||
litestream: &lsmnt
|
||||
- subPath: "litestream.yml"
|
||||
path: "/etc/litestream.yml"
|
||||
@@ -202,28 +209,10 @@ spec:
|
||||
- name: ndots
|
||||
value: "1"
|
||||
serviceMonitor:
|
||||
home-assistant:
|
||||
serviceName: *app
|
||||
app:
|
||||
service:
|
||||
identifier: app
|
||||
endpoints:
|
||||
- port: http
|
||||
scheme: http
|
||||
path: /api/prometheus
|
||||
postRenderers:
|
||||
- kustomize:
|
||||
patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: home-assistant
|
||||
patch: |
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: home-assistant
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
requests:
|
||||
cpu: 30m
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 1Gi
|
||||
|
||||
Reference in New Issue
Block a user