14 lines
216 B
YAML
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 |