This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/www/terah.dev/ingress.yml
2025-04-11 18:02:10 -04:00

16 lines
330 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: www-terah-dev-ingress
spec:
rules:
- host: terah.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: www-terah-dev
port:
name: web