c37235381f
* feat(deployment): package as Docker image & Helm Chart * remove erroneous permission request * fix corepack issue * fix prettier * deployment testing of helm chart with ctlptl, tilt & kind * fix linting * remove need for license to be mounted * ensure consistency in naming * incorporate copilot comments * fix CI pipeline * fix * incorporate copilot review comments * include MIXPANEL environment variable * remove single quotes from NODE_ENV ARG --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
17 lines
382 B
YAML
17 lines
382 B
YAML
ingress:
|
|
enabled: true
|
|
className: "nginx"
|
|
annotations: {}
|
|
hosts:
|
|
- host: speckle.internal
|
|
paths:
|
|
# Please retain this path, the dashboards expect to serve all paths under the root.
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
security:
|
|
trustedProxies: []
|
|
frameAncestors:
|
|
- "speckle.internal"
|
|
frameSource:
|
|
- "speckle.internal"
|