mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
13 lines
241 B
YAML
13 lines
241 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: home-assistant
|
|
commonLabels:
|
|
app: home-assistant
|
|
|
|
resources:
|
|
- pv-hass-config.yaml
|
|
- pvc-hass-config.yaml
|
|
- service.yaml
|
|
- deployment.yaml
|
|
- ingress.yaml
|