You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

准备zadig.yaml文件

USER-SUPPLIED VALUES:
USER-SUPPLIED VALUES: null
connections:
  mongodb:
    db: zadig
dex:
  config:
    issuer: http://zadig-zadig-dex:5556/dex
    staticClients:
    - id: zadig
      name: zadig
      redirectURIs:
      - https://zadig-test.uenpay.com/api/v1/callback
      secret: ZXhhbXBsZS1hcHAtc2VjcmV0
  fullnameOverride: zadig-zadig-dex
endpoint:
  FQDN: zadig-test.uenpay.com
  type: FQDN
global:
  encryption:
    key: B8FA61991B843942DAC43FA2BD49F5EA
  extensions:
    extAuth:
      extauthzServerRef:
        namespace: zadig
gloo:
  gatewayProxies:
    gatewayProxy:
      service:
        type: ClusterIP
init:
  adminEmail: itsystem@example.com
  adminPassword: zadig
kubernetes:
  server: https://192.168.31.100:8443
mongodb:
  fullnameOverride: kr-mongodb
  persistence:
    size: 20Gi
    storageClass: cephrbd-sc
mysql:
  fullnameOverride: kr-mysql
  persistence:
    size: 20Gi
    storageClass: cephrbd-sc
redis:
  fullnameOverride: kr-redis
  resources:
    limits:
      cpu: 1
      memory: 2Gi
    requests:
      cpu: 500m
      memory: 128Mi
tags:
  enterprise: false
  minio: true
  mongodb: true
  mysql: true

指定版本安装:

helm install -f zadig.yaml zadig-zadig koderover-chart/zadig --namespace zadig --version=2.1.0


  • No labels