incorporate copilot comments

This commit is contained in:
Iain Sproat
2026-04-01 17:38:22 +01:00
parent 8589777081
commit 488dc66948
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ jobs:
secrets: {}
permissions:
contents: read
packages: write # the workflow fragment requires this as it has the capability to publish, even though the logic prevents publishing
packages: read # the workflow fragment requires packages capability, but PUBLISH is false so it won't actually publish anything
-6
View File
@@ -56,12 +56,6 @@ service:
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
speckleLicense:
# The name of the Kubernetes secret containing the Speckle license token.
secretName: 'license'
# The key within the secret that contains the license token.
secretKey: 'license_token'
security:
## The IP addresses of trusted proxies, such as loadbalancers or WAFs, that may be forwarding traffic to the dashboards. This is important for correctly handling the X-Forwarded-For header and ensuring accurate client IP logging and security measures. Empty means all proxies are trusted, which may not be secure in production environments. We recommend setting this to the specific IP addresses of your trusted proxies.
trustedProxies: []
+1 -1
View File
@@ -12,7 +12,7 @@ load('ext://k8s_yaml_glob', 'k8s_yaml_glob')
docker_build('ghcr.io/specklesystems/speckle-dui',
context='../../..',
dockerfile='../../../deployment/docker/Dockerfile',
ignore = ['**/.nuxt', '**/node_modules', '**/dist', '**/build', '**/.git', '**/.claude', '**/.cursor', '../../../deployment/**/*', '../../../tests/**/*']
ignore = ['**/.nuxt', '**/node_modules', '**/dist', '**/build', '**/.git', '**/.claude', '**/.cursor', '**/deployment/**/*', '**/tests/**/*']
)
# Create namespaces