frontendmentor/devops/service.yaml
Mike Smith f7fd030e23
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 19s
k8s stuff
2025-01-03 10:55:44 -05:00

17 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: {}