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

14 lines
216 B
YAML

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