Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 398 Bytes

Services

PostgreSQL

  • default port: 5432
  • default user: postgres
  • default password:
echo $(kubectl get secret --namespace homelab postgresql -o jsonpath="{.data.postgres-password}" | base64 --decode)

Traefik

kubectl port-forward $(kubectl get pods --selector "app.kubernetes.io/name=traefik" --output=name --namespace=traefik) --namespace=traefik 8080:8080