18 lines
271 B
YAML
18 lines
271 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
app: frontend-mentor
|
||
|
name: frontend-mentor
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
selector:
|
||
|
app: frontend-mentor
|
||
|
type: ClusterIP
|
||
|
status:
|
||
|
loadBalancer: {}
|