diff --git a/helm/api7ee-demo-k8s/values.yaml b/helm/api7ee-demo-k8s/values.yaml index 4ec729b..d9ab5f4 100644 --- a/helm/api7ee-demo-k8s/values.yaml +++ b/helm/api7ee-demo-k8s/values.yaml @@ -213,12 +213,12 @@ api7: image: ghcr.io/api7/adc:latest imagePullPolicy: IfNotPresent verbose: true - tlsSkipVerify: false # Set to true for self-signed certificates + tlsSkipVerify: true # Required for dashboard self-signed certificate # API7 Gateway connection gateway: - # Use the Dashboard service for API7 Enterprise admin API - adminUrl: http://api7ee3-0-1759339083-dashboard:7080 + # Use the Dashboard service for API7 Enterprise admin API (HTTPS required) + adminUrl: https://api7ee3-0-1759339083-dashboard:7443 adminKey: "" # Change this! group: default # Gateway service for traffic routing