frontendmentor/devops/ingress.yaml

20 lines
367 B
YAML
Raw Normal View History

2025-01-03 10:55:44 -05:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
creationTimestamp: null
name: frontend-mentor
spec:
rules:
- host: frontend-mentor.thecodedom.com
http:
paths:
- backend:
service:
name: frontend-mentor
port:
number: 80
path: /
pathType: Prefix
status:
loadBalancer: {}