Przeglądaj źródła

update template

xcad 4 miesięcy temu
rodzic
commit
ddff1ba952

+ 0 - 1
AGENTS.md

@@ -86,7 +86,6 @@ spec:
         type: "string"
         description: "The Nginx version to use."
         default: "latest"
----
 ```
 
 #### Template Files

+ 0 - 2
library/compose/alloy.docker-logs/template.yaml

@@ -9,5 +9,3 @@ metadata:
 spec:
   general:
     vars: {}
-
----

+ 0 - 2
library/compose/alloy.docker-metrics/template.yaml

@@ -13,5 +13,3 @@ spec:
         type: url
         description: Prometheus remote write endpoint (http or https)
         default: "http://prometheus:9090/api/v1/write"
-
----

+ 0 - 3
library/compose/alloy.system-logs/template.yaml

@@ -13,6 +13,3 @@ spec:
         type: url
         description: URL for Loki write endpoint (http or https)
         default: "http://loki:3100/loki/api/v1/push"
-
-
----

+ 0 - 2
library/compose/alloy.system-metrics/template.yaml

@@ -13,5 +13,3 @@ spec:
         type: url
         description: Prometheus remote write endpoint (http or https)
         default: "http://prometheus:9090/api/v1/write"
-
----

+ 0 - 1
library/compose/alloy/template.yaml

@@ -28,4 +28,3 @@ spec:
         type: int
         description: Main port for Alloy HTTP server
         default: 12345
----