From 3d44894a1398e4bfc40831a8e90de96f5322a2e5 Mon Sep 17 00:00:00 2001 From: Anderson Cabral Filho Date: Sat, 23 May 2026 03:36:48 +0000 Subject: [PATCH] feat(whoami): ClusterIP service --- apps/whoami/Service.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/whoami/Service.yaml diff --git a/apps/whoami/Service.yaml b/apps/whoami/Service.yaml new file mode 100644 index 0000000..633e2c4 --- /dev/null +++ b/apps/whoami/Service.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Service +metadata: + name: whoami +spec: + selector: + app: whoami + ports: + - port: 80 + targetPort: 80