Skip to content

Instantly share code, notes, and snippets.

View aredan's full-sized avatar
🌎
Working from home

Ariel Antigua aredan

🌎
Working from home
View GitHub Profile
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@aredan
aredan / gortr.yaml
Last active February 12, 2021 23:30
GoRTR deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: gortr
namespace: services
spec:
replicas: 1
selector:
matchLabels:
app: gortr
---
username: admin
password: admin
model: junos
resolve_dns: true
interval: 3600
use_syslog: false
debug: false
threads: 30
timeout: 20