Files
wild-directory/ghost/service.yaml
2026-05-23 19:51:33 +00:00

14 lines
210 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ghost
namespace: ghost
spec:
type: ClusterIP
ports:
- name: http
port: 80
protocol: TCP
targetPort: 2368
selector:
component: web