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