Initial commit

This commit is contained in:
kddd21a
2026-07-29 10:47:40 +00:00
commit 402c3ec6ed
171 changed files with 10536 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# service.yaml
apiVersion: v1
kind: Service
metadata:
name: testpoint-service
namespace: testpoint
spec:
selector:
app: testpoint
ports:
- protocol: TCP
port: 80
targetPort: 8000
type: ClusterIP