GPU-Live/gpuaas/monitoring/overlays/default/prometheus/patch-deploy.yaml

19 lines
457 B
YAML

# Source: prometheus/templates/deploy.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus-server
namespace: monitoring
spec:
template:
spec:
containers:
- name: prometheus-server
volumeMounts:
- mountPath: /etc/config/alerts
name: config-volume2
volumes:
- configMap:
defaultMode: 420
name: prometheus-rulefiles
name: config-volume2