stack.basicstack.de/apps/headlamp/service.yaml
CTO Agent e640db0880 Add Headlamp Kubernetes dashboard deployment
- Deploy Headlamp v0.27.0 in dedicated namespace
- Configure OIDC authentication with Pocket ID
- Grant cluster-admin access via service account
- Expose via Traefik ingress at headlamp.basicstack.de
- Seal OIDC client credentials
- Enable access for andreas.leinen@basicstack.de and admin@basicstack.de

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 07:37:58 +00:00

14 lines
210 B
YAML

apiVersion: v1
kind: Service
metadata:
name: headlamp
namespace: headlamp
spec:
type: ClusterIP
ports:
- port: 4466
targetPort: 4466
protocol: TCP
name: http
selector:
app: headlamp