kustomize + helm now managed by argocd
This commit is contained in:
@@ -2,7 +2,6 @@ apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: homeassistant-ingress
|
||||
namespace: homeassistant
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
@@ -22,7 +21,6 @@ apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: homeassistant-websocket
|
||||
namespace: homeassistant
|
||||
spec:
|
||||
headers:
|
||||
customRequestHeaders:
|
||||
|
17
apps/homeassistant/kustomization.yaml
Normal file
17
apps/homeassistant/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
|
||||
namespace: homeassistant
|
||||
|
||||
|
||||
helmCharts:
|
||||
- name: home-assistant
|
||||
releaseName: homeassistant
|
||||
# namespace: rmoll-harbor-poc
|
||||
version: 13.4.2
|
||||
valuesFile: values.yaml
|
||||
repo: https://k8s-at-home.com/charts/
|
||||
|
@@ -2,7 +2,6 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
namespace: homeassistant
|
||||
name: homeassistant-nfs
|
||||
labels:
|
||||
directory: homeassistant
|
||||
@@ -20,7 +19,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
namespace: homeassistant
|
||||
name: homeassistant-nfs
|
||||
spec:
|
||||
storageClassName: slow
|
||||
|
Reference in New Issue
Block a user