Files
applications/archrepo/ing.archrepo.yaml
ytshih 53154bb702
All checks were successful
Lint yaml / build-package (push) Successful in 8s
Fix: archrepo lint
2024-11-06 09:47:21 +00:00

18 lines
326 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: archrepo
spec:
rules:
- host: "repo.konchin.com"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: archrepo
port:
number: 80