Move charts to chart directory

This commit is contained in:
Raffael H
2023-08-09 14:50:44 +02:00
parent 626e854c0f
commit ad84cc053b
21 changed files with 1 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/name: example-web-python
user: {{ .Values.user }}
name: example-web-python-monitor
spec:
endpoints:
- interval: 30s
port: http
scheme: http
path: /metrics
selector:
matchLabels:
app: example-web-python