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