🏗️」 wip: finished the script for deployment

This commit is contained in:
2025-08-27 22:27:29 +02:00
parent b569c1ab61
commit ea2d23b3d5
8 changed files with 6 additions and 0 deletions

11
p2/confs/app3/service.yml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: app3-service
spec:
type: ClusterIP
selector:
app: app3
ports:
- port: 80
targetPort: 80