feature/multicluster
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 5s
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 5s
Co-authored-by: Danijel Simeunovic <danijel.simeunovic@trumf.no> Reviewed-on: #4 Reviewed-by: gitea_admin <admin@forteapps.net>
This commit was merged in pull request #4.
This commit is contained in:
5
infra/values/upc-dev/argocd-values.yaml
Normal file
5
infra/values/upc-dev/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/upc-dev/dot-ai-stack-values.yaml
Normal file
8
infra/values/upc-dev/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/upc-dev/grafana-values.yaml
Normal file
3
infra/values/upc-dev/grafana-values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
ingress:
|
||||
hosts:
|
||||
- grafana.forteapps.net
|
||||
2
infra/values/upc-dev/keycloak-values.yaml
Normal file
2
infra/values/upc-dev/keycloak-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
ingress:
|
||||
hostname: id.forteapps.net
|
||||
40
infra/values/upc-dev/traefik-values.yaml
Normal file
40
infra/values/upc-dev/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