View gortr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: gortr | |
namespace: services | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: gortr |
View oxidized.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
username: admin | |
password: admin | |
model: junos | |
resolve_dns: true | |
interval: 3600 | |
use_syslog: false | |
debug: false | |
threads: 30 | |
timeout: 20 |