Added YAML manifests to create the namespace, PersistentVolumeClaim, Deployment, Service, and Ingress for the Uptime Kuma application. Included configurations for TLS support, liveness probe, and a restore pod template for data management. These resources aim to facilitate scalable and secure application deployment.
5 lines
62 B
YAML
5 lines
62 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: uptime-kuma
|
|
|