fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit c42dbef22c - Show all commits

View File

@@ -35,9 +35,5 @@ jobs:
set -e
cd ${{ gitea.workspace }}
kubectl apply -f ./deploy/deployment.yaml
echo "Length ENDPOINT_IP: ${#ENDPOINT_IP}"
echo "Length SERVICE_PORT: ${#SERVICE_PORT}"
echo "Length INGRESS_ROUTES_MATCH: ${#INGRESS_ROUTES_MATCH}"
echo "Length INGRESS_TLS_SECRET_NAME: ${#INGRESS_TLS_SECRET_NAME}"
envsubst < ./deploy/service.template.yaml | kubectl apply -f -

View File

@@ -33,11 +33,6 @@ spec:
spec:
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
hostNetwork: true
# delays start so host have time to start on low memory resources
# initContainers:
# - name: delay-start
# image: busybox:latest
# command: ["sh", "-c", "sleep 60"]
containers:
- name: home-assistant
image: "homeassistant/home-assistant"