frontendmentor/devops/service.yaml

18 lines
271 B
YAML
Raw Permalink Normal View History

2025-01-03 10:55:44 -05:00
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: {}