fix/cicd #3
@@ -12,17 +12,17 @@ spec:
|
||||
|
||||
---
|
||||
|
||||
# apiVersion: v1
|
||||
# kind: Endpoints
|
||||
# metadata:
|
||||
# name: home-assistant
|
||||
# namespace: home-assistant
|
||||
# subsets:
|
||||
# - addresses:
|
||||
# - ip: ${ENDPOINT_IP}
|
||||
# ports:
|
||||
# - port: ${SERVICE_PORT}
|
||||
# ---
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: home-assistant
|
||||
namespace: home-assistant
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: ${ENDPOINT_IP}
|
||||
ports:
|
||||
- port: ${SERVICE_PORT}
|
||||
---
|
||||
|
||||
# apiVersion: traefik.io/v1alpha1
|
||||
# kind: IngressRoute
|
||||
|
||||
Reference in New Issue
Block a user