Skip to content

Instantly share code, notes, and snippets.

@talalUcef
Created November 11, 2020 14:05
Show Gist options
  • Save talalUcef/bc1b84cbc4b5aa571ff55e428d2b2631 to your computer and use it in GitHub Desktop.
Save talalUcef/bc1b84cbc4b5aa571ff55e428d2b2631 to your computer and use it in GitHub Desktop.
# Install pgAdmin helm chart
helm install pgadmin stable/pgadmin --namespace postgresql
# Expose pgAdmin service locally
kubectl port-forward -n postgresql svc/pgadmin 8085:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment