Files
wild-cloud/apps/listmonk/service.yaml
2025-08-05 17:38:28 -07: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