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

14
apps/whoami/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: whoami
namespace: apps
spec:
ports:
- name: web
port: 80
targetPort: web
selector:
app: whoami