k8s stuff
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 19s

This commit is contained in:
Smigz 2025-01-03 10:55:44 -05:00
parent c3579c2f91
commit f7fd030e23
3 changed files with 60 additions and 0 deletions

19
devops/ingress.yaml Normal file
View 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: {}