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:
- nwbandwidth: "1.2"
nwlatency: "3"
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:
- image: quay.io/skupper/hello-world-backend:latest
name: skupper-backend
Loading