Documentation Hub
On-Premise
On-Premise
  • On-Premise Installation Manual
  • Keyless Backend Installation
    • Planning for installation
    • Components
  • Infrastructural requirements
  • Monitoring
  • Installation procedure
    • General Configuration
    • Namespace
    • Helm setup
    • Node Persistence
    • Circuit Storage
    • Core Daemon
    • Metrics Collector
    • Operations Service
    • Administrator Dashboard
  • Upgrade procedure
    • Cluster and Runtime
      • Breaking changes
        • Release 1.3.0
    • Databases
  • Checking the installation completed successfully
  • Helm and Components Versions
Powered by GitBook
On this page

Was this helpful?

  1. Installation procedure

Namespace

Namespaces can be overridden, but in that case pay extra care when configuring the endpoint in the values.yml e.g.

configMap:
  # Node Persistence URI
  # `default` in this context references the namespace for the node-persistence service
  apiNodePersistenceBasePath: http://node-persistence.default.svc.cluster.local

Last updated 1 month ago

Was this helpful?