Advertisement
Guest User

Untitled

a guest
Dec 1st, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. kubectl run wordpress --image=asia.gcr.io/$PROJECT_ID/wordpress:latest \
  2.  --port=80 \
  3.  --env="WORDPRESS_DB_HOST=xxxx" \
  4.  --env="WORDPRESS_DB_USER=xxx" \
  5.  --env="WORDPRESS_DB_PASSWORD=xxx" \
  6.  --replicas=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement