prod values
This commit is contained in:
12
bootstrap.sh
12
bootstrap.sh
@@ -2,7 +2,7 @@
|
||||
# in case of $'\r': command not found error, run command below first
|
||||
# sed -i 's/\r$//' ./bootstrap.sh
|
||||
|
||||
CLUSTER="${1:?Usage: ./bootstrap.sh <cluster> (eu|us)}"
|
||||
CLUSTER="${1:?Usage: ./bootstrap.sh <cluster> (upc-dev|upc-prod)}"
|
||||
|
||||
echo "running $0 for cluster: ${CLUSTER}..."
|
||||
|
||||
@@ -17,18 +17,18 @@ echo "Bootstrapping cluster: ${clusterName} (${CLUSTER})..."
|
||||
Bootstrap()
|
||||
{
|
||||
ArgoCd
|
||||
# Github
|
||||
# Gitea
|
||||
}
|
||||
|
||||
|
||||
############################################################
|
||||
# Github #
|
||||
# Gitea #
|
||||
############################################################
|
||||
Github()
|
||||
Gitea()
|
||||
{
|
||||
echo "Installing secret..."
|
||||
kubectl apply -f private/github-${CLUSTER}.yaml
|
||||
kubectl apply -f private/main-${CLUSTER}.key
|
||||
kubectl apply -f private/gitea-repo-main.yaml
|
||||
kubectl apply -f private/main.key
|
||||
}
|
||||
|
||||
############################################################
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
clusterName: dev-fd-us-east1
|
||||
domain: us.forteapps.net
|
||||
argocdDomain: argocd.us.forteapps.net
|
||||
grafanaDomain: grafana.us.forteapps.net
|
||||
keycloakDomain: id.us.forteapps.net
|
||||
dotaiDomain: kubemcp.us.forteapps.net
|
||||
dotaiUiDomain: kubemcpui.us.forteapps.net
|
||||
letsencryptEmail: danijels@gmail.com
|
||||
trustedIPs: "10.0.0.0/16"
|
||||
cloudProvider: tbd
|
||||
clusterName: prod-fd-no-svg1
|
||||
domain: fortedigital.com
|
||||
argocdDomain: argocd.127.0.0.1.nip.io
|
||||
grafanaDomain: grafana.fortedigital.com
|
||||
keycloakDomain: id.fortedigital.com
|
||||
dotaiDomain: kubemcp.fortedigital.com
|
||||
dotaiUiDomain: kubemcpui.fortedigital.com
|
||||
letsencryptEmail: danijel.simeunovic@fortedigital.com
|
||||
trustedIPs: "172.16.1.0/24"
|
||||
cloudProvider: upcloud
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
global:
|
||||
domain: argocd.us.forteapps.net
|
||||
domain: argocd.fortedigital.com
|
||||
notifications:
|
||||
context:
|
||||
clusterName: "dev-fd-us-east1"
|
||||
clusterName: "prod-fd-no-svg1"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
dot-ai:
|
||||
ingress:
|
||||
host: kubemcp.us.forteapps.net
|
||||
host: kubemcp.fortedigital.com
|
||||
webUI:
|
||||
baseUrl: http://kubemcpui.us.forteapps.net
|
||||
baseUrl: http://kubemcpui.fortedigital.com
|
||||
dot-ai-ui:
|
||||
ingress:
|
||||
host: kubemcpui.us.forteapps.net
|
||||
host: kubemcpui.fortedigital.com
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ingress:
|
||||
hosts:
|
||||
- grafana.us.forteapps.net
|
||||
- grafana.fortedigital.com
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ingress:
|
||||
hostname: id.us.forteapps.net
|
||||
hostname: id.fortedigital.com
|
||||
|
||||
Reference in New Issue
Block a user