apiVersion: v1 kind: ConfigMap metadata: name: netbird-server-config namespace: netbird data: config.yaml: | server: listenAddress: ":80" exposedAddress: "https://netbird.archfox.org:443" metricsPort: 9090 healthcheckAddress: ":9000" logLevel: "info" logFile: "console" stunPorts: - 3479 tls: certFile: "" keyFile: "" letsencrypt: enabled: false dataDir: "" domains: [] email: "" awsRoute53: false authSecret: "182c13eec94ba6ef89ce8f3e33b4694b051fe4b0bf6d2c9188f738d1c000b6d7" dataDir: "/var/lib/netbird/" disableAnonymousMetrics: false disableGeoliteUpdate: false auth: issuer: "https://netbird.archfox.org/oauth2" localAuthDisabled: false signKeyRefreshEnabled: true dashboardRedirectURIs: - "https://netbird.archfox.org/nb-auth" - "https://netbird.archfox.org/nb-silent-auth" cliRedirectURIs: - "http://localhost:53000/" store: engine: "sqlite" dsn: "" encryptionKey: "" reverseProxy: trustedHTTPProxies: - "10.0.1.45/32"