Files
inception-of-things/p3/confs/ingress.yml
2025-12-15 17:25:13 +01:00

16 lines
318 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: app-ingress
spec:
rules:
- host: localhost
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: app-service
port:
number: 80