2016-04-16 01:05:26 +02:00

15 lines
206 B
YAML

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