mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nas-external
|
|
spec:
|
|
type: ExternalName
|
|
externalName: 192.168.1.99
|
|
ports:
|
|
- name: nas-5000
|
|
protocol: TCP
|
|
port: 5000
|
|
- name: nas-5001
|
|
protocol: TCP
|
|
port: 5001 |