Gluttony-Cluster/uptime-kuma/uptime-kuma-service.yaml
Tyler Perkins 836687a2b8
All checks were successful
continuous-integration/drone/push Build is passing
Add uptime kuma
2023-10-21 16:15:34 -04:00

15 lines
223 B
YAML

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