@underpostnet/underpost
Version:
Underpost Platform — end-to-end CI/CD and application-delivery toolchain CLI. Covers bare metal, Kubernetes, K3s, kubeadm, LXD, container/image orchestration, secrets, databases, cron jobs, monitoring, SSH, runners, PWA + Workbox delivery, and release orc
21 lines (20 loc) • 485 B
YAML
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
ipFamily: ipv4
nodes:
- role: control-plane
extraMounts:
- hostPath: /data/mongodb
containerPath: /data/mongodb
- role: worker
extraMounts:
- hostPath: /data/mongodb
containerPath: /data/mongodb
# extraPortMappings:
# - containerPort: 80
# hostPort: 80
# listenAddress: '0.0.0.0'
# - containerPort: 443
# hostPort: 443
# listenAddress: '0.0.0.0'