apiVersion: v1 kind: Service metadata: name: authelia-service namespace: tools spec: annotations: metallb.io/loadBalancerIPs: 192.168.1.203 selector: app.kubernetes.io/instance: authelia ports: - port: 9091 targetPort: 9091 type: LoadBalancer