Skip to content

Instantly share code, notes, and snippets.

@anxious-coder-lhs
Created February 16, 2019 18:13
Show Gist options
  • Save anxious-coder-lhs/eb1176b88c32fd5b973989c039a07a0e to your computer and use it in GitHub Desktop.
Save anxious-coder-lhs/eb1176b88c32fd5b973989c039a07a0e to your computer and use it in GitHub Desktop.
Ghost pod K8s file
apiVersion: v1
kind: Pod
metadata:
name: ghost
labels:
app: ghost
env: prod
spec:
containers:
- name: ghost
image: ghost:latest
ports:
- name: http
containerPort: 2368
resources:
limits:
cpu: 0.5
memory: "500Mi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment