All checks were successful
Build and Deploy Docker Image / build (push) Successful in 19s
19 lines
367 B
YAML
19 lines
367 B
YAML
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: {}
|