From bc962be2deae90ca7df32cb2cccede22a4362b0d Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 29 Apr 2026 13:20:57 +0000 Subject: [PATCH] docs: update Netgrimoire/Gremlin-Grimoire/CICD_UserGuide --- Netgrimoire/Gremlin-Grimoire/CICD_UserGuide.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Netgrimoire/Gremlin-Grimoire/CICD_UserGuide.md b/Netgrimoire/Gremlin-Grimoire/CICD_UserGuide.md index 83ca1c2..aa4b300 100644 --- a/Netgrimoire/Gremlin-Grimoire/CICD_UserGuide.md +++ b/Netgrimoire/Gremlin-Grimoire/CICD_UserGuide.md @@ -2,7 +2,7 @@ title: Gremlin CI/CD User Guide description: published: true -date: 2026-04-28T20:56:45.863Z +date: 2026-04-29T13:20:50.963Z tags: editor: markdown dateCreated: 2026-04-28T20:56:45.863Z @@ -215,6 +215,17 @@ gremlin.autofix.skip_fields: "" # Example: "hostname,uid" # Default: (none) ``` +### Port exposure + +```yaml +gremlin.port: "" +# Internal container port for Caddy reverse_proxy and monitor URL derivation. +# Only needed when no ports: mapping is defined in the service. +# Gremlin checks ports: first, falls back to this directive. +# Example: gremlin.port: "9000" +# If neither ports: nor gremlin.port is set, caddy.reverse_proxy +# cannot be derived and will be flagged as unfixable. +``` ### Deploy Control