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