Skip to content

Instantly share code, notes, and snippets.

@undassa
Created December 6, 2018 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undassa/e445af1e304ee60ddf7792b99972af5b to your computer and use it in GitHub Desktop.
Save undassa/e445af1e304ee60ddf7792b99972af5b to your computer and use it in GitHub Desktop.
Ghost service for Last.Backend
kind: Service
version: v1
meta:
name: ghost
spec:
replicas: 1
network:
ports:
- '80:2368/tcp'
template:
containers:
- name: ghost
image:
name: 'ghost'
envs:
- name: 'url'
value: 'http://blog.demo.lbdp.io'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment