This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: tools
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: http://authelia.tools.svc.cluster.local:9091/api/authz/forward-auth
|
||||
address: http://192.168.1.203:9091/api/authz/forward-auth
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- Remote-User
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user