curl localhost:8080/update
hey -z 100s -q 1 -c 2 http://localhost:8080/update
kubectl rollout restart deployment mywebapp
- kubectl get secret cluster-example-app -o yaml
- copy the
password
in the YAML - echo copiedSecret | base64 --decode | pbcopy
- paste into the
liquibase.properties
file, and into the webapp CLI below:
PG_PASSWORD=***** PG_USER=app go run main.go