docs: update Netgrimoire/Gremlin-Grimoire/CICD_UserGuide
This commit is contained in:
parent
88f4c62ee7
commit
bc962be2de
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue