initial scaffold
This commit is contained in:
commit
5c2080a73b
31 changed files with 1244 additions and 0 deletions
22
apps/kubernetes-dashboard/helmrelease.yaml
Normal file
22
apps/kubernetes-dashboard/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Deliberately no ingress here — the official Dashboard grants whatever the
|
||||
# logged-in identity can do, and a leaked cluster-admin token to a publicly
|
||||
# reachable Dashboard is a well-known real-world breach vector (see e.g. the
|
||||
# 2018 Tesla incident). Access is via `kubectl port-forward` only
|
||||
# (docs/SETUP.md step 12) — no standing hostname, no attack surface between
|
||||
# sessions.
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: kubernetes-dashboard
|
||||
namespace: kubernetes-dashboard
|
||||
spec:
|
||||
interval: 10m
|
||||
chart:
|
||||
spec:
|
||||
chart: kubernetes-dashboard
|
||||
version: ">=7.0.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: kubernetes-dashboard
|
||||
namespace: kubernetes-dashboard
|
||||
values: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue