ci: caddy prom (#965)
This commit is contained in:
parent
b93b532ebf
commit
a6f75dab3c
|
|
@ -91,6 +91,10 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: xlog-caddy
|
||||
annotations:
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
prometheus.io/scrape: "true"
|
||||
spec:
|
||||
containers:
|
||||
- name: caddy
|
||||
|
|
@ -139,4 +143,4 @@ spec:
|
|||
name: xlog-caddy
|
||||
- name: validator
|
||||
configMap:
|
||||
name: xlog-caddy-validator
|
||||
name: xlog-caddy-validator
|
||||
|
|
|
|||
Loading…
Reference in New Issue