Skip to content

Instantly share code, notes, and snippets.

@maazghani
Last active August 29, 2015 14:15
Show Gist options
  • Save maazghani/6173f5bebac8f1852c6e to your computer and use it in GitHub Desktop.
Save maazghani/6173f5bebac8f1852c6e to your computer and use it in GitHub Desktop.
ottemo kubernetes pod
apiVersion: v1beta1
kind: Pod
id: ottemo
desiredState:
manifest:
version: v1beta1
id: ottemo
containers:
- name: foundation
image: foundation
env:
- name: GIT_REPO
- value: http://github.com/ottemo/foundation-stable.git
volumeMounts:
- name: media
mountPath: /media
- name: dashboard
image: dashboard
env:
- name: GIT_REPO
value: http://github.com/ottemo/dash.git
volumeMounts:
- name: media
mountPath: /media
- name: store
image: storefront-rk2
env:
- name: GIT_REPO
- value: http://github.com/ottemo/store-ng.git
volumeMounts:
- name: media
mountPath: /media
readOnly: true
volumes:
- name: media
source:
emptyDir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment