Skip to content

Instantly share code, notes, and snippets.

@wallnerryan
Last active December 2, 2015 01:08
Show Gist options
  • Select an option

  • Save wallnerryan/8556ae038db88fcbd49f to your computer and use it in GitHub Desktop.

Select an option

Save wallnerryan/8556ae038db88fcbd49f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: flocker-ghost-demo
spec:
containers:
- name: ghost-demo
image: ghost:0.7.1
ports:
- name: ghostport
containerPort: 2368
volumeMounts:
# name must match the volume name below
- name: ghost-data
mountPath: "/var/lib/ghost"
volumes:
- name: ghost-data
flocker:
datasetName: flocker-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment