Gluttony-Cluster/uptime-kuma/uptime-kuma-service.yaml

15 lines
223 B
YAML
Raw Normal View History

2023-10-21 20:15:34 +00:00
apiVersion: v1
kind: Service
metadata:
name: uptime-kuma-service
namespace: uptime-kuma-ns
spec:
selector:
app: uptime-kuma
ports:
- protocol: TCP
port: 80
targetPort: 3001
type: LoadBalancer