14 lines
179 B
YAML
14 lines
179 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: service1
|
|
namespace: testing
|
|
|
|
spec:
|
|
ports:
|
|
- name: carotte
|
|
port: 8082
|
|
- name: tchouk
|
|
port: 80
|
|
clusterIP: 10.0.0.1
|
|
|