mirror of
https://github.com/acedemand/kubernetes-essentials.git
synced 2021-08-24 18:29:57 +03:00
9 lines
143 B
YAML
9 lines
143 B
YAML
kind: Endpoints
|
|
apiVersion: v1
|
|
metadata:
|
|
name: external-ip-database
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.0.1
|
|
ports:
|
|
- port: 3306 |