Remove everything.

This commit is contained in:
2024-02-16 19:36:13 +00:00
parent 6e8fe1e7fd
commit 2eaf6f6d51
15 changed files with 0 additions and 134 deletions

View File

@@ -1,16 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: whoami-ingress
namespace: apps
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: whoami
port:
name: web