apiVersion: v1 kind: Service metadata: name: guacamole namespace: auth spec: selector: app: guacamole ports: - port: 8080 targetPort: 8080 --- # VIP MetalLB dédiée — exposition Internet via DNAT s01 (kaya.freeboxos.fr:9080) apiVersion: v1 kind: Service metadata: name: guacamole-external namespace: auth annotations: metallb.io/loadBalancerIPs: 192.168.10.202 spec: type: LoadBalancer selector: app: guacamole ports: - port: 8080 targetPort: 8080