Added Kubernetes manifests

This commit is contained in:
2025-03-18 02:24:01 +01:00
parent f64211e326
commit 3b003eafce
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: lldap-controller
labels:
app: lldap-controller
app.kubernetes.io/name: lldap-controller
automountServiceAccountToken: true