12 lines
164 B
YAML
12 lines
164 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: example-com
|
|
namespace: testing
|
|
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
clusterIp: 10.0.0.1
|
|
type: ClusterIP
|