aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/environments/production/main.jsonnet6
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/environments/production/main.jsonnet b/deploy/environments/production/main.jsonnet
index b282754..5f1cf89 100644
--- a/deploy/environments/production/main.jsonnet
+++ b/deploy/environments/production/main.jsonnet
@@ -1,8 +1,8 @@
local k = import 'ksonnet-util/kausal.libsonnet';
local util = import 'util/main.libsonnet';
-function(tag, namespace, envSlug=null, projectPathSlug=null)
- (util.inlineSpec('https://control.kube.cat:6443', namespace, envSlug, projectPathSlug))
+function(tag, namespace, apiserver='https://kube.vapor.systems:6443', envSlug=null, projectPathSlug=null)
+ (util.inlineSpec(apiserver, namespace, envSlug, projectPathSlug))
+ {
_config:: self.data._config,
catinator:: self.data.catinator,
@@ -23,7 +23,7 @@ function(tag, namespace, envSlug=null, projectPathSlug=null)
statefulset+:
statefulset.spec.template.spec.withInitContainers([
container.new('wait-for-egress', 'docker.io/busybox:latest')
- + container.withCommand(['/bin/sleep', '30']),
+ + container.withCommand(['/bin/sleep', '10']),
]),
},
},
> 2025-08-05add prometheus alerting rulesMax Audron-38/+144 2025-08-01add homepage dashboardMax Audron-3/+284 2025-08-01disable not used gameserversMax Audron-1/+2 2025-08-01add minecraft prometheus exporterMax Audron-3/+67 2025-08-01more monitoring & scrape config shortcutsMax Audron-68/+63 2025-08-01update garage to 2.0Max Audron-6/+10 2025-07-31fix authentik-ldap port bindingsMax Audron-0/+5 2025-07-31update to nixos 25.05Max Audron-113/+65 2025-07-31add more monitoring exporters and scrapersMax Audron-17/+57 2025-07-30try to run authentik nativelyMax Audron-26/+303 2025-07-30more metricsMax Audron-1/+41 2025-07-30enable firewallsMax Audron-1/+39