Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Change-Id: I8e318861a258686ddc53dda08858f74c573a6520
27 lines
666 B
YAML
27 lines
666 B
YAML
---
|
|
# Source: opentelemetry-demo/charts/prometheus/templates/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/component: server
|
|
app.kubernetes.io/name: prometheus
|
|
app.kubernetes.io/instance: example
|
|
app.kubernetes.io/version: v3.9.0
|
|
helm.sh/chart: prometheus-28.2.0
|
|
app.kubernetes.io/part-of: prometheus
|
|
name: prometheus
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 9090
|
|
protocol: TCP
|
|
targetPort: 9090
|
|
selector:
|
|
app.kubernetes.io/component: server
|
|
app.kubernetes.io/name: prometheus
|
|
app.kubernetes.io/instance: example
|
|
sessionAffinity: None
|
|
type: "ClusterIP"
|