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,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wordpress-ingress
spec:
rules:
- host: elmeublog.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: servei-wordpress
port:
number: 80