Skip to content

Commit f980707

Browse files
committed
comments
1 parent 3f7f638 commit f980707

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

batchtools/br.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def run(args: argparse.Namespace):
222222
"job_name": job_name, # unique name
223223
}
224224

225+
# use grouping key to help aggregate data
225226
push_registry_text(grouping_key=group)
226227

227228
except oc.OpenShiftPythonException as e:

pushgateway/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ spec:
1010
matchLabels:
1111
app: pushgateway
1212
endpoints:
13-
- port: http # <- must match the Service port name
13+
- port: http
1414
interval: 15s

0 commit comments

Comments
 (0)