AS
Size: a a a
AS
AS
AS
ST
ST
AS
AS
S
apiVersion: v1
kind: Service
metadata:
name: superapp
spec:
type: ClusterIP
ports:
- name: web
port: 8083
targetPort: web
- name: metrics
port: 8088
protocol: TCP
targetPort: metrics
selector:
app: superapp
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app: superapp
name: superapp
spec:
endpoints:
- interval: 30s
port: metrics
namespaceSelector:
matchNames:
- default
selector:
matchLabels:
app: superapp
S
S
TF
f
AA
AM
f
f
AA
AM
f
AA