11 lines
159 B
YAML
11 lines
159 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: svc
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
name: test
|
|
targetPort: test
|
|
protocol: TCP
|