Revert "Remove everything."

This reverts commit 2eaf6f6d51.
This commit is contained in:
2024-02-16 20:28:43 +00:00
parent a94ab16d4f
commit 15653ec701
16 changed files with 156 additions and 0 deletions

16
apps/whoami/ingress.yaml Normal file
View File

@@ -0,0 +1,16 @@
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