netflux-kubernetes/deploy/base/inflated/prometheus/templates/pushgateway/serviceaccount.yaml

16 lines
318 B
YAML

---
# Source: prometheus/templates/pushgateway/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
component: "pushgateway"
app: prometheus
release: prometheus
chart: prometheus-15.8.6
heritage: Helm
name: prometheus-pushgateway
namespace: default
annotations:
{}