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:
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