mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
12 lines
182 B
YAML
12 lines
182 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: traefik-forward-auth
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: traefik-forward-auth
|
|
ports:
|
|
- name: auth-http
|
|
port: 4181
|