Add the whoami service

This commit is contained in:
2024-02-16 23:02:55 +00:00
parent 0e75134e69
commit a4670369c9
2 changed files with 2 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ kind: Kustomization
namespace: apps
resources:
- deployment.yaml
- service.yaml

View File

@@ -3,12 +3,10 @@ kind: Service
metadata:
name: whoami
namespace: apps
spec:
ports:
- name: web
port: 80
targetPort: web
selector:
app: whoami