Files
applications/rickroll/ing.rickroll.yaml
ytshih 3934c68c53
Some checks failed
Lint yaml / build-package (push) Failing after 8s
Add: rickroll
2024-11-06 09:58:20 +00:00

17 lines
263 B
YAML

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