Expose and verify
$ oc expose deploy creditdb --port=5432 --target-port=5432 --type=LoadBalancer --name my-pg-svcoc get svcdocker run -it --rm postgres psql -h <ip> -U postgres\c example
\dt *.Last updated
Was this helpful?
$ oc expose deploy creditdb --port=5432 --target-port=5432 --type=LoadBalancer --name my-pg-svcoc get svcdocker run -it --rm postgres psql -h <ip> -U postgres\c example
\dt *.Last updated
Was this helpful?
Was this helpful?