Automated Manifest Update (#2327)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2327 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2327.
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: searxng-browser-metrics-auth
|
||||||
|
namespace: searxng
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: searxng-browser-metrics-auth
|
||||||
|
app.kubernetes.io/instance: searxng
|
||||||
|
app.kubernetes.io/part-of: searxng
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: vault
|
||||||
|
data:
|
||||||
|
- secretKey: metrics-password
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: cl01tl/searxng/browser
|
||||||
|
metadataPolicy: None
|
||||||
|
property: metrics-password
|
||||||
|
- secretKey: metrics-username
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: cl01tl/searxng/browser
|
||||||
|
metadataPolicy: None
|
||||||
|
property: metrics-username
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
apiVersion: monitoring.coreos.com/v1
|
||||||
|
kind: ServiceMonitor
|
||||||
|
metadata:
|
||||||
|
name: searxng-browser
|
||||||
|
namespace: searxng
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: searxng-browser
|
||||||
|
app.kubernetes.io/instance: searxng
|
||||||
|
app.kubernetes.io/part-of: searxng
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: searxng-browser
|
||||||
|
app.kubernetes.io/instance: searxng
|
||||||
|
endpoints:
|
||||||
|
- port: mail
|
||||||
|
interval: 30s
|
||||||
|
scrapeTimeout: 15s
|
||||||
|
path: /metrics
|
||||||
|
basicAuth:
|
||||||
|
password:
|
||||||
|
name: searxng-browser-metrics-auth
|
||||||
|
key: metrics-password
|
||||||
|
username:
|
||||||
|
name: searxng-browser-metrics-auth
|
||||||
|
key: metrics-username
|
||||||
Reference in New Issue
Block a user