Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a879939295 | |||
|
|
b0dac54b58 |
22 changed files with 11 additions and 82 deletions
|
|
@ -1,49 +0,0 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: home-assistant
|
||||
namespace: home-assistant
|
||||
spec:
|
||||
interval: 5m
|
||||
releaseName: home-assistant
|
||||
chart:
|
||||
spec:
|
||||
chart: home-assistant
|
||||
version: "0.3.2"
|
||||
# version: "1.2.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
hostNetwork: false
|
||||
# hostPort:
|
||||
# enabled: true
|
||||
# port: 8123
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8123
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: home-assistant.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
configuration:
|
||||
enabled: true
|
||||
trusted_proxies:
|
||||
- "10.0.0.0/8"
|
||||
- "10.42.0.0/16"
|
||||
- "172.16.0.0/12"
|
||||
- "192.168.0.0/16"
|
||||
- "::1"
|
||||
- "127.0.0.1"
|
||||
- "172.23.0.0/16"
|
||||
use_x_forwarded_for: true
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: home-assistant
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h0m0s
|
||||
url: http://pajikos.github.io/home-assistant-helm-chart
|
||||
# url: https://charts.alekc.dev
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home-assistant
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- gitea/
|
||||
- home-assitant/
|
||||
# - sonarqube/
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepository.yaml
|
||||
- helmrelease.yaml
|
||||
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
spec:
|
||||
interval: 1m0s
|
||||
ref:
|
||||
branch: k3d
|
||||
branch: main
|
||||
secretRef:
|
||||
name: flux-system
|
||||
url: https://codeberg.org/Pata1704/homelab_gitops.git
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ../../infrastructure
|
||||
- ../../apps
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
values:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
storageClass: longhorn
|
||||
size: 5Gi
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
@ -55,8 +55,6 @@ spec:
|
|||
tag: 25.0.2-dind
|
||||
pullPolicy: IfNotPresent
|
||||
config:
|
||||
server:
|
||||
ROOT_URL: "http://gitea.local/"
|
||||
actions:
|
||||
ENABLED: true
|
||||
metrics:
|
||||
|
|
@ -2,5 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- monitoring/
|
||||
# - longhorn/
|
||||
# - cnpg
|
||||
- longhorn/
|
||||
- gitea/
|
||||
# - gitea-runner/
|
||||
# - sonarqube/
|
||||
- cnpg
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ spec:
|
|||
values:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
storageClass: longhorn
|
||||
size: 5Gi
|
||||
|
|
|
|||
3
renovate.json
Normal file
3
renovate.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue