feat: remove whoami test service #50

Merged
gitea-admin merged 3 commits from orion/auto/feat-remove-whoami-test-service-1779027282216 into main 2026-05-17 14:15:04 +00:00
Showing only changes of commit c07a019b1a - Show all commits
-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