Files
local.realm.esphome/deploy/service.yaml
T

19 lines
342 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: esphome
namespace: esphome
annotations:
metallb.io/loadBalancerIPs: "192.168.0.82"
spec:
ports:
- port: 80
protocol: TCP
targetPort: 6052
selector:
app.kubernetes.io/instance: esphome
app.kubernetes.io/name: esphome
sessionAffinity: None
type: LoadBalancer