kipunji/kustomize/app/ingress.yaml
Ryan Cavicchioni 3f177cb93e
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m19s
Gitea Actions Demo / test (push) Successful in 1m18s
Gitea Actions Demo / release-image (push) Successful in 1m5s
Rename project to kipunji
2024-08-24 10:42:55 -05:00

17 lines
300 B
YAML

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