incorporate copilot comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user