feat: Added lldap
Some checks failed
kustomization/certificates/09e7e40f reconciliation failed
kustomization/flux-system/09e7e40f reconciliation succeeded
kustomization/cert-manager/09e7e40f reconciliation succeeded
Some checks failed
kustomization/certificates/09e7e40f reconciliation failed
kustomization/flux-system/09e7e40f reconciliation succeeded
kustomization/cert-manager/09e7e40f reconciliation succeeded
This commit is contained in:
7
apps/lldap/production/deployment.yaml
Normal file
7
apps/lldap/production/deployment.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: lldap
|
||||
namespace: lldap
|
||||
spec:
|
||||
replicas: 1
|
||||
8
apps/lldap/production/kustomization.yaml
Normal file
8
apps/lldap/production/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
patches:
|
||||
- path: deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
Reference in New Issue
Block a user