Files
wild-directory/ghost/service.yaml

14 lines
217 B
YAML

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