clean up. Working workflow
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s
This commit is contained in:
@@ -35,9 +35,5 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
kubectl apply -f ./deploy/deployment.yaml
|
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 -
|
envsubst < ./deploy/service.template.yaml | kubectl apply -f -
|
||||||
|
|
||||||
@@ -33,11 +33,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
|
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
|
||||||
hostNetwork: true
|
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:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
image: "homeassistant/home-assistant"
|
image: "homeassistant/home-assistant"
|
||||||
|
|||||||
Reference in New Issue
Block a user