Files
wild-directory/ghost/service.yaml
2025-10-11 17:25:46 +00:00

14 lines
228 B
YAML

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