Skip to content
Snippets Groups Projects

Rht integration

Merged Dean Kelly requested to merge rht-integration into main
3 unresolved threads
3 files
+ 30
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,6 +14,19 @@ spec:
- nwbandwidth: "1.2"
nwlatency: "3"
podspec:
replicas: 1
selector:
matchLabels:
app: acm-swm-app
Please register or sign in to reply
template:
metadata:
labels:
application-group: acm-applicationgroup
app: acm-swm-app
Please register or sign in to reply
annotations:
prometheus.io/port: 9090
prometheus.io/scrape: "true"
prometheus.io/path: "http://prometheus-service.monitoring.svc.cluster.local"
containers:
- image: quay.io/skupper/hello-world-backend:latest
name: skupper-backend
Loading