k8s deployment: split into multiple files

This commit is contained in:
Jan Novak
2026-01-08 19:50:32 +01:00
parent 04f04f7536
commit 7497a6c93d
3 changed files with 26 additions and 21 deletions

14
k8s/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: memory-stress-test
namespace: memory-stress-test
labels:
app: memory-stress-test
spec:
selector:
app: memory-stress-test
ports:
- port: 8080
targetPort: 8080
name: metrics