mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
3be0db85bc
This reverts commit a81604f77b.
10 lines
173 B
YAML
10 lines
173 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: home-assistant-external
|
|
spec:
|
|
type: ExternalName
|
|
externalName: 192.168.1.202
|
|
ports:
|
|
- port: 8123
|
|
protocol: TCP |