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