Untitled
Anonymous
python
01/11/2024 3:07 PM
696 B
18
Indexable
apiVersion: apps/v1
kind: Deployment
metadata:
name: dpl-prosperidad
namespace: ns-prosperidad
labels:
kind: Deployment
barrio: prosperidad
spec:
replicas: 4
selector:
matchLabels:
barrio: prosperidad
kind: Pod
pod_type2: sensor
template:
metadata:
labels:
barrio: prosperidad
kind: Pod
pod_type: prom
pod_type2: sensor
spec:
containers:
- image: transactcharlie/pushgateway
name: prueba1Editor is loading...
Leave a Comment