This commit is contained in:
parent
c3579c2f91
commit
f7fd030e23
3 changed files with 60 additions and 0 deletions
19
devops/ingress.yaml
Normal file
19
devops/ingress.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
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: {}
|
Loading…
Add table
Add a link
Reference in a new issue