fix(headscale): servicemonitor with http scheme
This commit is contained in:
parent
9760a1c38c
commit
69136b0771
2 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: headscale
|
||||||
description: An open source, self-hosted implementation of the Tailscale control server.
|
description: An open source, self-hosted implementation of the Tailscale control server.
|
||||||
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
appVersion: "0.22.3"
|
appVersion: "0.22.3"
|
||||||
keywords:
|
keywords:
|
||||||
- headscale
|
- headscale
|
||||||
|
|
|
@ -12,9 +12,6 @@ spec:
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: metrics
|
- port: metrics
|
||||||
path: /metrics
|
path: /metrics
|
||||||
{{- if .Values.headscale.certmanager.enabled }}
|
|
||||||
scheme: https
|
|
||||||
{{- end }}
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "headscale.selectorLabels" . | nindent 6 }}
|
{{- include "headscale.selectorLabels" . | nindent 6 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue