Files
applications/archrepo/ing.archrepo.yaml
ytshih 1c6c639c91
Some checks failed
Lint yaml / build-package (push) Failing after 9s
Add: archrepo
2024-11-06 09:29:27 +00:00

18 lines
292 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