Commit Graph

324 Commits

Author SHA1 Message Date
Daniel Berteaud 95842129be Fix distribution point URL in mkpki 2024-03-28 15:33:34 +01:00
Daniel Berteaud 9637713387 Remove dangling link 2024-03-27 11:57:59 +01:00
Daniel Berteaud 67fc71fbca More conv.ToBool for prometheus.enabled
And remove obsolete prometheus_meta template
2024-03-27 11:56:21 +01:00
Daniel Berteaud 3f9a0060ca Add region and datacenter meta
And use conv.ToBool for .prometheus.enabled
2024-03-27 11:53:56 +01:00
Daniel Berteaud a7aba5105a Add constraints in job start and add .prometheus.available hint 2024-03-27 11:24:57 +01:00
Daniel Berteaud bb8a2a5d17 Add node and group meta 2024-03-27 11:13:38 +01:00
Daniel Berteaud dc399d86e0 Don't add memory_max unless it's greater than memory 2024-03-26 13:33:48 +01:00
Daniel Berteaud c1dd61ce53 Set XMX ratio to 0.3 2024-03-26 12:12:56 +01:00
Daniel Berteaud 0ef381f518 Add namespace in prometheus_meta template 2024-03-25 12:15:23 +01:00
Daniel Berteaud 2efe9a12e8 Split metrics_cert in its own template
So it can be reused by other tasks
2024-03-25 12:06:02 +01:00
Daniel Berteaud 07b0aa8f2f Add a namespace meta 2024-03-24 00:18:17 +01:00
Daniel Berteaud 0f8c3b8c33 Add a template for a simple, generic memcached service 2024-03-22 16:20:09 +01:00
Daniel Berteaud a78d1c6676 Fix HTTPS_PROXY handling 2024-03-22 10:31:53 +01:00
Daniel Berteaud c07c7dedfe Configure vault pki for monitoring 2024-03-18 21:45:18 +01:00
Daniel Berteaud f06ba30318 Fallback to /proc/meminfo when memory.limit_in_bytes exists but no limit
is set
2024-03-13 14:24:36 +01:00
Daniel Berteaud 2dbcd67c01 Use limit_in_bytes, not max_usage_in_bytes 2024-03-13 12:25:59 +01:00
Daniel Berteaud c7f2306104 Missing cat in java entrypoint snippet 2024-03-13 11:53:22 +01:00
Daniel Berteaud 1bb2091972 Fix spacing 2024-03-11 23:34:50 +01:00
Daniel Berteaud 50f0293e05 Skip output when no env is set 2024-03-11 23:33:14 +01:00
Daniel Berteaud 8f75a170dd Rebuild postgres image with pgvecto.rs 0.2.1 2024-03-11 10:09:14 +01:00
Daniel Berteaud 5eb40c71f2 Don't use a leading / for vault.root 2024-03-05 14:08:31 +01:00
Daniel Berteaud 115a251fa2 Do not fail if no .proxy (if we pass .env and not . to the template) 2024-03-05 11:34:22 +01:00
Daniel Berteaud f42a83d8ac Alma images depends on alpine, for minit 2024-03-05 11:21:24 +01:00
Daniel Berteaud d77b66bc77 Handle dependencies between base images 2024-03-05 11:16:26 +01:00
Daniel Berteaud 37543d4bfc Rebuild base images for march 2024-03-04 23:11:23 +01:00
Daniel Berteaud dcc9c53387 Ensure the proxy service is not defined twice 2024-03-02 22:04:58 +01:00
Daniel Berteaud aadad370f1 Better proxy handling 2024-03-02 14:54:32 +01:00
Daniel Berteaud 47459e3abb Set vecto.rs version 2024-02-21 14:20:02 +01:00
Daniel Berteaud caf42f1fdb Include sql upgrade for pgvecto.rs 2024-02-21 12:22:34 +01:00
Daniel Berteaud 2a2a4dff5c Revuild postgres images with vecto.rs 0.2.0 2024-02-21 10:34:03 +01:00
Daniel Berteaud 42de780c99 Fix affinities support 2024-02-20 16:11:15 +01:00
Daniel Berteaud db39608707 Add a constraints template (also support affinities) 2024-02-20 15:38:30 +01:00
Daniel Berteaud 599369aa09 Add mongo-healthcheck in mongo image 2024-02-19 12:11:13 +01:00
Daniel Berteaud 4eb9a0557e Fix NOMAD_JOB_NAME var 2024-02-19 11:02:56 +01:00
Daniel Berteaud cfb9e5c940 Fix meta key 2024-02-19 11:02:13 +01:00
Daniel Berteaud b444ad1775 Fix not arg 2024-02-19 10:55:49 +01:00
Daniel Berteaud c3531ec976 Prevent duplicated service meta 2024-02-19 10:55:02 +01:00
Daniel Berteaud b2963ed85d Add some default service metadata 2024-02-19 10:51:17 +01:00
Daniel Berteaud 9132107137 Put the stripprefix middleware at the end 2024-02-19 10:12:31 +01:00
Daniel Berteaud f499776737 Fix tags for sidecar 2024-02-16 22:02:58 +01:00
Daniel Berteaud d76da6ad26 Add support for seting tags on connect sidecar 2024-02-16 22:00:54 +01:00
Daniel Berteaud 2bf46b261e Add additional_proxy_locations param for metrics_proxy 2024-02-15 12:20:06 +01:00
Daniel Berteaud 3b59bd9fa4 Add consul dc and nomad region settings 2024-02-15 09:25:11 +01:00
Daniel Berteaud 59386e2afb Add a service_meta template 2024-02-15 09:24:59 +01:00
Daniel Berteaud 0c652b69e1 Don't try to add CA if already in the trust store 2024-02-13 11:24:38 +01:00
Daniel Berteaud e1622c1aad Another instance -> router change 2024-02-12 22:31:48 +01:00
Daniel Berteaud 983dbcbb2e Name middleware with router name, not instance 2024-02-12 22:28:38 +01:00
Daniel Berteaud 0e89bd8379 Aligment fix 2024-02-12 21:52:12 +01:00
Daniel Berteaud 9ac50f36b4 Add support for setting upstream protocol
Workaround a bug in Nomad -> Consul synchro. See https://github.com/hashicorp/nomad/issues/18538
2024-02-12 13:34:43 +01:00
Daniel Berteaud 268ebce9f4 Set destination_type to prevent constant registration on Consul 2024-02-11 10:28:54 +01:00