Files
homelab/k8s/core/auth-proxy/service.yaml
T

16 lines
214 B
YAML
Raw Normal View History

2026-05-05 14:56:56 +01:00
---
apiVersion: v1
kind: Service
metadata:
name: auth-proxy
labels:
app: auth-proxy
spec:
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP
selector:
app: auth-proxy