feat: add new deployment configuration for main-build.chk.mintcloud.ch with Caddy root and task commands
- Create new deployment file for main-build.chk.mintcloud.ch - Configure ingress with custom domain and production Let's Encrypt issuer - Set additional environment variables and task commands for build process - Define Caddy root directory for serving static files
This commit is contained in:
parent
ed57cd1e7d
commit
54144a815e
1 changed files with 10 additions and 0 deletions
10
main-build.chk.mintcloud.ch.yaml
Normal file
10
main-build.chk.mintcloud.ch.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
kind: deployment
|
||||
ingress:
|
||||
host: "main-build.chk.mintcloud.ch"
|
||||
customDomain: "main.build"
|
||||
clusterIssuerRef: letsencrypt-http-prod
|
||||
gitUrl: https://codeberg.org/Mint-System/Main.Build
|
||||
additionalEnvs:
|
||||
BASE_URL: https://main.build
|
||||
taskCommands: install,build
|
||||
caddyRoot: public
|
||||
Loading…
Add table
Add a link
Reference in a new issue