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