Exemples del curs

This commit is contained in:
Linux User
2026-03-05 10:54:12 +00:00
parent d8780cbe2b
commit 9a9ab01dcf
20 changed files with 520 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: servei-web-intern
spec:
type: ClusterIP
selector:
app: el-meu-web
ports:
- port: 80
targetPort: 80