Skip to content
Snippets Groups Projects
Commit 915039a0 authored by Andri Joos's avatar Andri Joos 😊
Browse files

Merge branch 'sublevia_domain' into 'master'

Added sublevia domain

See merge request andrijoos/kubernetes-templates!20
parents 1343aa20 d2295cdf
No related merge requests found
......@@ -44,6 +44,15 @@
}
},
"maxUploadSize": "100m"
},
"external-sublevia-com": {
"ip": "192.168.1.170",
"ports": {
"443": {
"protocols": ["TCP", "UDP"]
}
},
"maxUploadSize": "100m"
}
},
"redirects": {
......@@ -88,6 +97,9 @@
},
"webmail.joos.to": {
"endpoint": "external-joos-to"
},
"sublevia.com": {
"endpoint": "external-sublevia-com"
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment