Skip to content

Instantly share code, notes, and snippets.

View fabricioveronez's full-sized avatar

Fabricio Veronez fabricioveronez

  • Brazil
View GitHub Profile
apiVersion: apps/v1
kind: Deployment
metadata:
name: mongodb-deployment
spec:
selector:
matchLabels:
app: mongodb
template:
metadata:
apiVersion: apps/v1
kind: Deployment
metadata:
name: deploy-mongodb
spec:
replicas: 1
selector:
matchLabels:
app: mongodb
template:
apiVersion: apps/v1
kind: Deployment
metadata:
name: mongodb-deployment
spec:
selector:
matchLabels:
app: mongodb
template:
metadata:
# #
# #
# #
# #
# Instalação do Prometheus #
# #
# #
# #
# #
apiVersion: v1