Skip to content

HumairAK/cloudbeaver-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

cloudbeaver-k8s

Deploy cloudbeaver

Steps:

CLOUD_BEAVER_NAMESPACE=cloudbeaver
oc new-project $CLOUD_BEAVER_NAMESPACE
cd overlays/dsp
kustomize build . | oc -n $CLOUD_BEAVER_NAMESPACE apply -f -

Deploy network policy if using default mariadb

DSPA_NAME=sample
DSPA_NAMESPACE=dspa
cd dspa-network-policy

# Set the network policy to select the mariadb pod, otherwise the pod only allows access from 
var=$DSPA_NAME yq -i '.spec.podSelector.matchLabels.app = "mariadb-"+env(var) ' np.yaml

oc apply -n $DSPA_NAMESPACE -f np.yaml

Open the cloudbeaver route, make an account, add mariadb DB, find the secrets and svc dns from ocp console. Test connection. Once green, you are good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published