mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-12 06:33:49 +00:00
14 lines
208 B
YAML
14 lines
208 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: uptime-kuma
|
||
|
spec:
|
||
|
selector:
|
||
|
component: uptime-kuma
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 3001
|
||
|
targetPort: 3001
|
||
|
protocol: TCP
|