da-head0 opened a new issue, #8013: URL: https://github.com/apache/incubator-devlake/issues/8013
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> ## Question Hello. I'm trying to use external grafana on helm install, but after pipeline finished, dashboard won't showing in my external grafana. ``` # dependency chart values grafana: enabled: false #if grafana enabled is false, then external url should be provided external: url: "https://grafana.dev.company.io" image: repository: devlake.docker.scarf.sh/apache/devlake-dashboard tag: v1.0.1-beta6 deploymentStrategy: type: Recreate adminPassword: "password" -> wich is correct admin password grafana.ini: server: serve_from_subpath: "true" root_url: "%(protocol)s://%(domain)s/grafana" #the secret name should be as same as .Values.option.connectionSecretName envFromSecrets: - name: "devlake-mysql-auth" #keep grafana timezone same as other pods, which is set by .Values.commonEnvs.TZ env: TZ: "UTC" persistence: enabled: true size: 4Gi ingressServiceName: "" ingressServicePort: "" ``` ## Screenshots If applicable, add screenshots to help explain. <img width="1596" alt="image" src="https://github.com/user-attachments/assets/8f0db5f1-eb6d-4ea3-9a1e-a44eae82b2eb"> ## Additional context the loadbalancer connected to external grafana only accepts my office VPN and VPC nat IP, which I think devlake use(VPC NAT IP). or should I add private IP CIDR from VPC? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org