13 lines
163 B
YAML
13 lines
163 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: service1
|
||
|
namespace: testing
|
||
|
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: https
|
||
|
protocol: ""
|
||
|
port: 8443
|
||
|
clusterIp: 10.0.0.1
|