chore: remove nginx app

This commit is contained in:
Claude AI
2026-03-01 19:45:02 +00:00
parent 2793a54c20
commit 2f46a37b8b

View File

@@ -1,16 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: nginx
labels:
app: nginx
spec:
selector:
app: nginx
ports:
- name: http
port: 9545
targetPort: 80
protocol: TCP
type: ClusterIP