default-values.yaml 575 Bytes
namespace: registry
namePrefix: "test-"
restoreFromEmpty:
  enabled: true
registry:
  jsonPatches: []
  strategicMergePatches: []
  service:
    registry:
      nodePort: 0
      clusterIP: 0
      type: NodePort
  etc: null
  env : {}
  secrets: {}
certificate:
  hostNames:
    - registry.local
  issuerRef: ca-issuer
istioVirtualService:
  enabled: true
  jsonPatches: []
  strategicMergePatches: []
  gateways:
    - default/cluster-local-gateway
  vhosts:
    - registry.local
images:
  debian: "debian:bullseye-20211220"
  registry: "registry:2"
  redis: "redis:6.2.6"