Move charts to chart directory
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user