Files
homelab-frontend/k8s/rbac.yaml
T

11 lines
228 B
YAML
Raw Normal View History

2026-08-19 20:52:13 -07:00
apiVersion: v1
kind: ServiceAccount
metadata:
name: api-gateway
namespace: api
labels:
app: api-gateway
---
# No ClusterRole needed - the gateway has no k8s API access
# G2: The gateway holds no Kubernetes credentials