removed ingress and changed service to lb

This commit is contained in:
2025-11-07 08:50:40 +00:00
parent 8aabe32cac
commit 31ace05b4a
2 changed files with 2 additions and 21 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
env:
- name: TZ
value: Europe/Berlin
image: esphome/esphome:stable
image: esphome/esphome:2025.10.4
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
+1 -20
View File
@@ -13,23 +13,4 @@ spec:
app.kubernetes.io/instance: esphome
app.kubernetes.io/name: esphome
sessionAffinity: None
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: esphome
namespace: esphome
spec:
ingressClassName: nginx
rules:
- host: esphome2.realm.local
http:
paths:
- backend:
service:
name: esphome
port:
number: 80
path: /
pathType: Prefix
type: LoadBalancer