add metallb
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 1m2s
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 1m2s
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
|
||||
|
||||
14
clusters/ipv6/tools/authelia/authelia-svc.yml
Normal file
14
clusters/ipv6/tools/authelia/authelia-svc.yml
Normal file
@@ -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