|
|
|
@ -12,6 +12,7 @@ oc new-build https://github.com/nmasse-itix/OpenShift-Docker-Images.git --contex |
|
|
|
|
|
|
|
``` |
|
|
|
oc new-app https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir openldap --name openldap |
|
|
|
oc volume dc openldap --add --overwrite --name=openldap-volume-1 -t pvc --claim-size=512Mi --claim-name=openldap-volume |
|
|
|
oc volume dc openldap --add --overwrite --name=openldap-volume-1 -t pvc --claim-size=512Mi --claim-name=openldap-logs |
|
|
|
oc volume dc openldap --add --overwrite --name=openldap-volume-2 -t pvc --claim-size=512Mi --claim-name=openldap-data |
|
|
|
``` |
|
|
|
|
|
|
|
|