13 lines
189 B
YAML
13 lines
189 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: exempleci
|
|
labels:
|
|
app: exempleci
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: exempleci
|
|
ports:
|
|
- port: 5000
|
|
targetPort: 5000 |