This commit is contained in:
ITO Mac
2026-05-04 16:10:31 +02:00
parent 00cac53ff3
commit 739f70b440
7 changed files with 221 additions and 0 deletions

13
k8s/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: zadaca-service
namespace: student-blazp04
spec:
selector:
app: zadaca
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: ClusterIP