Skip to content

Instantly share code, notes, and snippets.

@mward29
Created November 5, 2016 15:15
Show Gist options
  • Save mward29/a4ae8cd0df984c708ecd51973faed9ef to your computer and use it in GitHub Desktop.
Save mward29/a4ae8cd0df984c708ecd51973faed9ef to your computer and use it in GitHub Desktop.
project: docs-dev
environments:
- name: production
namespace: docs-dev
deployment:
method: rolling-upgrade
services:
- name: docs-app
external_url: kubecon.dev-bite.io
port: 80 # this is the port number the application responds on in each container/instance/pod
ssl: "true"
replicas: 2
tests:
- name: docs site tests
repository: [email protected]:pearsontechnology/kubecon_docs_tests.git
branch: master
commands:
- shell: ./tests.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment