mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
13 lines
204 B
YAML
13 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
|