Files
homelab/k8s/core/auth-proxy/service.yaml
T
Ultradesu 9622b7d7bc
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 10s
Deployed rsauth2-proxy
2026-05-05 14:56:56 +01:00

16 lines
214 B
YAML

---
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