readability improvements

This commit is contained in:
2023-12-11 12:33:53 +01:00
parent 4dbbaecc6b
commit 63d1a80db8
10 changed files with 38 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: homeassistant
image: homeassistant/home-assistant:2023.11
image: homeassistant/home-assistant
ports:
- containerPort: 8123
env:

View File

@@ -1,18 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- ingress.yaml
- pvc.yaml
- service.yaml
- deployment.yaml
namespace: homeassistant
resources:
- namespace.yaml
- ingress.yaml
- pvc.yaml
- service.yaml
- deployment.yaml
# helmCharts:
# - name: home-assistant
# releaseName: homeassistant
# version: 13.4.2
# valuesFile: values.yaml
# repo: https://k8s-at-home.com/charts/
images:
- name: homeassistant/home-assistant
newName: homeassistant/home-assistant
newTag: "2023.11"