docs: update Netgrimoire/Gremlin-Grimoire/CICD_UserGuide

This commit is contained in:
Administrator 2026-04-29 13:20:57 +00:00 committed by John Smith
parent 88f4c62ee7
commit bc962be2de

View file

@ -2,7 +2,7 @@
title: Gremlin CI/CD User Guide title: Gremlin CI/CD User Guide
description: description:
published: true published: true
date: 2026-04-28T20:56:45.863Z date: 2026-04-29T13:20:50.963Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-04-28T20:56:45.863Z dateCreated: 2026-04-28T20:56:45.863Z
@ -215,6 +215,17 @@ gremlin.autofix.skip_fields: ""
# Example: "hostname,uid" # Example: "hostname,uid"
# Default: (none) # 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 ### Deploy Control