14 lines
196 B
YAML
14 lines
196 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: uptime-kuma
|
|
name: uptime-kuma
|
|
spec:
|
|
selector:
|
|
app: uptime-kuma
|
|
ports:
|
|
- protocol: TCP
|
|
port: 3001
|
|
targetPort: 3001
|