|
|
há 4 anos atrás | |
|---|---|---|
| .. | ||
| environment | há 6 anos atrás | |
| .gitignore | há 6 anos atrás | |
| Makefile | há 6 anos atrás | |
| README.md | há 4 anos atrás | |
| gce-statefullset.yaml | há 5 anos atrás | |
| ldap-deployment.yaml | há 4 anos atrás | |
| ldap-secret.tpl | há 6 anos atrás | |
| ldap-service.yaml | há 8 anos atrás | |
make example
Then edit the yaml files in the environment directory to have the desired paraneters, and then make the secret file:
make ldap-secret.yaml
And deploy the secret you just made:
kubectl apply -f ldap-secret.yaml
Apply the deployment yaml for ldap in k8s:
kubectl apply -f ldap-deployment.yaml
Finally apply the service yaml for ldap in k8s:
kubectl apply -f ldap-deployment.yaml