practica final

This commit is contained in:
2026-06-26 09:51:40 +02:00
parent b6616e9de5
commit 0f746eb112

View File

@@ -184,12 +184,14 @@ kind: Service
metadata: metadata:
name: servei-wordpress name: servei-wordpress
spec: spec:
type: NodePort
selector: selector:
app: wordpress app: wordpress
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 80
NodePort: 30010
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress