You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
440 B

apiVersion: v1
kind: ReplicationController
metadata:
name: replicatedapp
spec:
replicas: 100
selector:
app: exportedapp
template:
metadata:
name: podapp
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8081"
labels:
app: exportedapp
spec:
containers:
- name: challenge
image: beorn7/syseng-challenge
ports:
- containerPort: 8080