initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Change-Id: I084fc528d931f9169bcb2a11932b2d5ddd4f29b5
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# 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.11.3
|
||||
helm.sh/chart: prometheus-29.6.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"
|
||||
Reference in New Issue
Block a user