Add Ghost Template

This commit is contained in:
galal-hussein
2016-04-01 02:13:15 +02:00
parent a45179fa86
commit 3090f0c7ea
8 changed files with 172 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
labels:
name: ghost-lb
name: ghost-lb
spec:
ports:
- port: 80
targetPort: 2368
selector:
name: ghost
app: ghost
type: LoadBalancer