mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Migrate ghost from helm to manifests
This commit is contained in:
15
apps/base/ghost/service.yaml
Normal file
15
apps/base/ghost/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ghost
|
||||
namespace: ghost
|
||||
labels:
|
||||
app: ghost
|
||||
spec:
|
||||
selector:
|
||||
app: ghost
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 2368
|
||||
name: http
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user