Updates ghost app to follow new wild-app patterns.
This commit is contained in:
14
apps/ghost/service.yaml
Normal file
14
apps/ghost/service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ghost
|
||||
namespace: ghost
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: {{ .apps.ghost.port }}
|
||||
selector:
|
||||
component: web
|
Reference in New Issue
Block a user