14 lines
197 B
YAML
14 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: 'cv'
|
|
spec:
|
|
type: "ClusterIP"
|
|
ports:
|
|
- name: "http"
|
|
port: 80
|
|
protocol: "TCP"
|
|
targetPort: "http"
|
|
selector:
|
|
app: "front"
|