Add: rickroll
Some checks failed
Lint yaml / build-package (push) Failing after 8s

This commit is contained in:
2024-11-06 09:58:20 +00:00
parent fc41753688
commit 3934c68c53
5 changed files with 80 additions and 0 deletions

View File

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