This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2021-12-29 15:17:36 -05:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: 'cv'
|
|
|
|
|
spec:
|
|
|
|
|
type: "ClusterIP"
|
|
|
|
|
ports:
|
|
|
|
|
- name: "http"
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: "TCP"
|
|
|
|
|
targetPort: "http"
|
|
|
|
|
selector:
|
|
|
|
|
app: "front"
|