Add a test app

This commit is contained in:
2024-02-12 22:36:37 +00:00
parent f3e31a3c58
commit 2bdb8dbed0
5 changed files with 72 additions and 0 deletions

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

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