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