diff --git a/exemples/practica-final/install.yaml b/exemples/practica-final/install.yaml index dbff324..3bc0e3b 100644 --- a/exemples/practica-final/install.yaml +++ b/exemples/practica-final/install.yaml @@ -184,12 +184,14 @@ kind: Service metadata: name: servei-wordpress spec: + type: NodePort selector: app: wordpress ports: - protocol: TCP port: 80 targetPort: 80 + NodePort: 30010 --- apiVersion: networking.k8s.io/v1 kind: Ingress