- 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>
14 lines
210 B
YAML
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
|