Skip to content
Snippets Groups Projects

MDM integration

Closed Dean Kelly requested to merge rht-integration into main
3 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,6 +14,21 @@ spec:
@@ -14,6 +14,21 @@ spec:
- nwbandwidth: "1.2"
- nwbandwidth: "1.2"
nwlatency: "3"
nwlatency: "3"
podspec:
podspec:
 
#mdm
 
replicas: 1
 
selector:
 
matchLabels:
 
app: acm-swm-app
 
template:
 
metadata:
 
labels:
 
application-group: acm-applicationgroup
 
app: acm-swm-app
 
annotations:
 
prometheus.io/port: 9090
 
prometheus.io/scrape: "true"
 
prometheus.io/path: "http://localhost:9090/metrics."
 
# mdm-end
containers:
containers:
- image: quay.io/skupper/hello-world-backend:latest
- image: quay.io/skupper/hello-world-backend:latest
name: skupper-backend
name: skupper-backend
Loading