Add the whoami service
This commit is contained in:
@@ -3,3 +3,4 @@ kind: Kustomization
|
||||
namespace: apps
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
@@ -3,12 +3,10 @@ kind: Service
|
||||
metadata:
|
||||
name: whoami
|
||||
namespace: apps
|
||||
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 80
|
||||
targetPort: web
|
||||
|
||||
selector:
|
||||
app: whoami
|
||||
Reference in New Issue
Block a user