ci: move app definitions to apps folder
This commit is contained in:
parent
7bb433e1f0
commit
db0593bbe7
18 changed files with 36 additions and 3 deletions
19
apps/home-assitant/helmrelease.yaml
Normal file
19
apps/home-assitant/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
service:
|
||||
type: ClusterIP
|
||||
Loading…
Add table
Add a link
Reference in a new issue