multi cluster
This commit is contained in:
5
infra/values/eu/argocd-values.yaml
Normal file
5
infra/values/eu/argocd-values.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
global:
|
||||
domain: argocd.127.0.0.1.nip.io
|
||||
notifications:
|
||||
context:
|
||||
clusterName: "dev-fd-eu-no-svg1"
|
||||
8
infra/values/eu/dot-ai-stack-values.yaml
Normal file
8
infra/values/eu/dot-ai-stack-values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
dot-ai:
|
||||
ingress:
|
||||
host: kubemcp.forteapps.net
|
||||
webUI:
|
||||
baseUrl: http://kubemcpui.forteapps.net
|
||||
dot-ai-ui:
|
||||
ingress:
|
||||
host: kubemcpui.forteapps.net
|
||||
3
infra/values/eu/grafana-values.yaml
Normal file
3
infra/values/eu/grafana-values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
ingress:
|
||||
hosts:
|
||||
- grafana.forteapps.net
|
||||
2
infra/values/eu/keycloak-values.yaml
Normal file
2
infra/values/eu/keycloak-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
ingress:
|
||||
hostname: id.forteapps.net
|
||||
40
infra/values/eu/traefik-values.yaml
Normal file
40
infra/values/eu/traefik-values.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
service:
|
||||
annotations:
|
||||
service.beta.kubernetes.io/upcloud-load-balancer-config: |
|
||||
{
|
||||
"frontends": [
|
||||
{
|
||||
"name": "web",
|
||||
"mode": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "websecure",
|
||||
"mode": "tcp"
|
||||
}
|
||||
],
|
||||
"backends": [
|
||||
{
|
||||
"name": "web",
|
||||
"properties": {
|
||||
"outbound_proxy_protocol": "v2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "websecure",
|
||||
"properties": {
|
||||
"outbound_proxy_protocol": "v2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
ports:
|
||||
web:
|
||||
proxyProtocol:
|
||||
trustedIPs: "172.16.1.0/24"
|
||||
forwardedHeaders:
|
||||
trustedIPs: "172.16.1.0/24"
|
||||
websecure:
|
||||
proxyProtocol:
|
||||
trustedIPs: "172.16.1.0/24"
|
||||
forwardedHeaders:
|
||||
trustedIPs: "172.16.1.0/24"
|
||||
Reference in New Issue
Block a user