This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project: docs-dev # aka namespace | |
applications: | |
- name: docs-app | |
runtime: ubuntu-httpdfcgi:1.3 | |
version: "0.8.35" | |
dependencies: | |
- name: docswebsite | |
type: debian-package | |
origin: | |
build: docs-app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://mycloud.atlassian.net/wiki/display/BITE/Jenkins | |
project: docs-dev | |
components: | |
- name: docs-app | |
os: linux | |
dependencies: | |
- type: debian-package | |
package: php5 | |
repository: ppa:ondrej/php | |
- type: debian-package |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |