mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
10 lines
167 B
YAML
10 lines
167 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nas-minio-external
|
|
spec:
|
|
type: ExternalName
|
|
externalName: 192.168.1.99
|
|
ports:
|
|
- port: 9000
|
|
protocol: TCP |