feat: Added lldap
Some checks failed
kustomization/flux-system/1498c208 build failed

This commit is contained in:
2025-12-17 01:56:24 +01:00
parent 0b7ba9c2a4
commit bfaec9d4d5
14 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: lldap
namespace: lldap
spec:
replicas: 1

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: deployment.yaml
target:
kind: Deployment