This repository has been archived on 2026-01-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ipv6-k3s/clusters/ipv6/tools/authelia/authelia-svc.yml
aggarwalakshun c03d27a868
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 1m2s
add metallb
2026-01-01 02:25:20 +05:30

15 lines
269 B
YAML

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