basic deployment of ghost
This commit is contained in:
10
deployment/service.yaml
Normal file
10
deployment/service.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: anydev-web
|
||||
spec:
|
||||
selector:
|
||||
app: ghost
|
||||
ports:
|
||||
- port: 2368
|
||||
targetPort: 2368
|
||||
Reference in New Issue
Block a user