c4k-website/doc/architecture.md
2024-03-07 12:23:13 +01:00

2.6 KiB

GitOps for Websites

Runtime view

For the example configuration

issuer: "staging"
websiteconfigs:
- unique-name: "test.io" 
  fqdns: ["test.de", "test.org", "www.test.de", "www.test.org"]
  forgejo-host: "codeberg.org"
  repo-name: "repo"
  branchname: "main"
- unique-name: "example.io"
  fqdns: ["example.org", "www.example.com"]
  forgejo-host: "fineForgejoHost.net"
  repo-name: "repo"
  branchname: "main"
mon-cfg: 
  grafana-cloud-url: "url-for-your-prom-remote-write-endpoint"
  cluster-name: "website"
  cluster-stage: "test"

the website runtime looks like: