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: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./deployment.yaml