1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-02-13 13:48:28 +02:00
2021-08-19 11:50:05 +00:00

14 lines
204 B
YAML

apiVersion: v1
kind: Service
metadata:
name: service
spec:
selector:
component: uptime-kuma
type: ClusterIP
ports:
- name: http
port: 3001
targetPort: 3001
protocol: TCP