feat: refactor apps (#5277)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m7s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m1s

Reviewed-on: #5277
This commit was merged in pull request #5277.
This commit is contained in:
2026-03-30 01:43:26 +00:00
parent 6f9d893d4a
commit 4130942c87
10 changed files with 48 additions and 154 deletions

View File

@@ -4,14 +4,13 @@ version: 1.0.0
description: Home Assistant
keywords:
- home-assistant
- home
- automation
home: https://wiki.alexlebens.dev/s/5462c17e-cd39-4082-ad01-94545a2fa3ca
- home-automation
home: https://docs.alexlebens.dev/applications/home-assistant/
sources:
- https://www.home-assistant.io/
- https://github.com/home-assistant/core
- https://github.com/home-assistant/core/pkgs/container/home-assistant
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/volsync-target
maintainers:
- name: alexlebens
dependencies:

View File

@@ -14,17 +14,11 @@ spec:
data:
- secretKey: PASSWORD
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/home-assistant/code-server/auth
metadataPolicy: None
property: PASSWORD
- secretKey: SUDO_PASSWORD
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/home-assistant/code-server/auth
metadataPolicy: None
property: SUDO_PASSWORD
---
@@ -44,8 +38,5 @@ spec:
data:
- secretKey: bearer-token
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/home-assistant/auth
metadataPolicy: None
property: bearer-token

View File

@@ -4,28 +4,29 @@ home-assistant:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
containers:
main:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2026.3.4
pullPolicy: IfNotPresent
tag: 2026.3.4@sha256:916682086154a7390114a9788782b8efb199852d4f7d47066722c2bc5d1829e6
env:
- name: TZ
value: US/Central
value: America/Chicago
resources:
requests:
cpu: 50m
memory: 512Mi
cpu: 1m
memory: 400Mi
code-server:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.112.0@sha256:4bb5b8ad22268001687c047f0f04933799fb03df1eb0e1e266ba15ed2d9f4e8b
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
value: America/Chicago
- name: PUID
value: 1000
- name: PGID
@@ -35,10 +36,6 @@ home-assistant:
envFrom:
- secretRef:
name: home-assistant-code-server-password-secret
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
@@ -82,11 +79,8 @@ home-assistant:
- home-assistant.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: home-assistant-main
- name: home-assistant-main
port: 80
weight: 100
matches:
- path:
type: PathPrefix
@@ -102,11 +96,8 @@ home-assistant:
- home-assistant-code-server.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: home-assistant-code-server
- name: home-assistant-code-server
port: 8443
weight: 100
matches:
- path:
type: PathPrefix