init: helloo-cicdd project setup

This commit is contained in:
2026-04-14 10:27:37 +02:00
parent 659b0ba054
commit c420e48deb
6 changed files with 78 additions and 0 deletions

14
k8s/service.yml Normal file
View File

@@ -0,0 +1,14 @@
# k8s/service.yaml
apiVersion: v1
kind: Service
metadata:
name: hello-cicd-svc
namespace: student-marijanela218
spec:
selector:
app: hello-cicd
ports:
- port: 80
targetPort: 8000
type: NodePort