Add wild-init script.

This commit is contained in:
2025-06-07 12:08:11 -07:00
parent 2b61491b0a
commit 6bc0b07003
9 changed files with 127 additions and 39 deletions

1
my-scaffold/.wildcloud/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
secrets.yaml

View File

@@ -0,0 +1,35 @@
wildcloud:
# You can also use a local path for the repository such as /home/adam/repos/wild-cloud
repository: https://github.com/payneio/wild-cloud
operator:
email: adam@adam.tld
cloud:
domain: cloud.adam.tld
internalDomain: internal.cloud.adam.tld
dockerRegistryHost: docker-registry.internal.cloud.adam.tld
tz: America/Los_Angeles
router:
dynamicDns: <dynamic dns addresses> # Some routers provide this.
ip: 192.168.8.1
nfs:
host: box-01
mediaPath: /data/media
storageCapacity: 250Gi
dns:
ip: 192.168.8.218
dhcpRange: 192.168.8.100,192.168.8.239
dnsmasqInterface: enp5s0
cluster:
endpoint: computer-01
endpointIp: 192.168.8.241
kubernetes:
config: /home/adam/.kube/config
context: default
loadBalancerRange: 192.168.8.240-192.168.8.250
dashboard:
adminUsername: admin
certManager:
namespace: cert-manager
cloudflare:
domain: adam.tld
ownerId: cloud-adam-cluster

View File

@@ -0,0 +1,4 @@
cluster:
certManager:
cloudflare:
apiToken: <cloudflare api token>