toy/kustomize/ingress.yaml
Ryan Cavicchioni abb7cb0c90
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 1m6s
add ingress
2024-07-03 21:10:47 -05:00

17 lines
292 B
YAML

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