feat: remove whoami test service

This commit is contained in:
2026-05-17 14:14:42 +00:00
parent 1c883cf071
commit c07a019b1a
-13
View File
@@ -1,13 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: whoami
namespace: apps
spec:
selector:
app: whoami
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP