Deploying on Rancher using build in Helm apps with external DB #9499
Unanswered
n-konstantinou
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Trying to deploy on Rancher UI using their Help apps, I already added the repo.
My issue is I want to use an external postgresql and on the values configuration before installation there is no way of doing it.
Any ideas?
admin: credentialAes256Key: null firstName: Administrator lastName: User mail: admin@defectdojo.local metricsHttpAuthPassword: null password: null secretKey: null user: admin annotations: {} celery: beat: affinity: {} annotations: {} nodeSelector: {} replicas: 1 resources: limits: cpu: 2000m memory: 256Mi requests: cpu: 100m memory: 128Mi tolerations: [] broker: rabbitmq brokerHost: '' extraVolumes: [] logLevel: INFO worker: affinity: {} annotations: {} app_settings: pool_type: solo logLevel: INFO nodeSelector: {} replicas: 1 resources: limits: cpu: 2000m memory: 512Mi requests: cpu: 100m memory: 128Mi tolerations: [] cloudsql: enable_iam_login: false enabled: false image: pullPolicy: IfNotPresent repository: gcr.io/cloudsql-docker/gce-proxy tag: 1.33.16 instance: '' use_private_ip: false verbose: true createMysqlSecret: false createPostgresqlHaPgpoolSecret: false createPostgresqlHaSecret: false createPostgresqlSecret: false createRabbitMqSecret: false createRedisSecret: false createSecret: false database: postgresql django: affinity: {} annotations: {} extraVolumes: [] ingress: activateTLS: true annotations: {} enabled: true ingressClassName: '' secretName: defectdojo-tls mediaPersistentVolume: enabled: true fsGroup: 1001 name: media persistentVolumeClaim: accessModes: - ReadWriteMany create: false name: null size: 5Gi storageClassName: null type: emptyDir nginx: resources: limits: cpu: 2000m memory: 256Mi requests: cpu: 100m memory: 128Mi tls: enabled: false generateCertificate: false nodeSelector: {} replicas: 1 service: annotations: {} tolerations: [] uwsgi: app_settings: processes: 2 threads: 2 certificates: certFileName: ca.crt certMountPath: /certs/ configName: defectdojo-ca-certs enabled: false enable_debug: false livenessProbe: enabled: true failureThreshold: 6 initialDelaySeconds: 120 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 2000m memory: 512Mi requests: cpu: 100m memory: 256Mi extraConfigs: {} gke: useGKEIngress: false useManagedCertificate: false workloadIdentityEmail: '' host: defectdojo.default.minikube.local imagePullPolicy: Always initializer: affinity: {} annotations: {} extraVolumes: [] jobAnnotations: helm.sh/hook: post-install,post-upgrade keepSeconds: 60 labels: {} nodeSelector: {} resources: limits: cpu: 2000m memory: 512Mi requests: cpu: 100m memory: 256Mi run: true monitoring: enabled: false prometheus: enabled: false image: nginx/nginx-prometheus-exporter:1.1.0 imagePullPolicy: IfNotPresent mysql: auth: database: defectdojo existingSecret: defectdojo-mysql-specific password: '' rootPassword: '' secretKey: mysql-password username: defectdojo enabled: false primary: service: ports: mysql: 3306 networkPolicy: egress: [] enabled: false ingressExtend: [] podLabels: {} postgresql: architecture: standalone auth: database: defectdojo existingSecret: defectdojo-postgresql-specific password: '' secretKeys: adminPasswordKey: postgresql-postgres-password replicationPasswordKey: postgresql-replication-password userPasswordKey: postgresql-password username: defectdojo enabled: true image: tag: 11.16.0-debian-11-r9 primary: affinity: {} containerSecurityContext: enabled: true runAsUser: 1001 name: primary nodeSelector: {} persistence: enabled: true podSecurityContext: enabled: true fsGroup: 1001 service: ports: postgresql: 5432 shmVolume: chmod: enabled: false volumePermissions: containerSecurityContext: runAsUser: 1001 enabled: false postgresqlha: enabled: false global: pgpool: existingSecret: defectdojo-postgresql-ha-pgpool persistence: enabled: true pgpool: adminPassword: '' replicaCount: 3 securityContext: enabled: true fsGroup: 1001 postgresql: containerSecurityContext: enabled: true runAsUser: 1001 database: defectdojo existingSecret: defectdojo-postgresql-ha-specific password: '' replicaCount: 3 repmgrPassword: '' securityContext: enabled: true fsGroup: 1001 username: defectdojo service: ports: postgresql: 5432 serviceAccount: create: true volumePermissions: enabled: true securityContext: runAsUser: 1001 rabbitmq: affinity: {} auth: erlangCookie: '' existingErlangSecret: defectdojo-rabbitmq-specific existingPasswordSecret: defectdojo-rabbitmq-specific password: '' secretPasswordKey: '' containerSecurityContext: enabled: true runAsNonRoot: true runAsUser: 1001 enabled: true memoryHighWatermark: enabled: true type: relative value: 0.5 nodeSelector: {} podSecurityContext: enabled: true fsGroup: 1001 replicaCount: 1 resources: limits: cpu: 500m memory: 512Mi requests: cpu: 100m memory: 128Mi redis: architecture: standalone auth: existingSecret: defectdojo-redis-specific existingSecretPasswordKey: redis-password password: '' enabled: false scheme: redis transportEncryption: enabled: false params: '' repositoryPrefix: defectdojo securityContext: djangoSecurityContext: runAsUser: 1001 enabled: true nginxSecurityContext: runAsUser: 1001 tag: 2.31.0 tests: unitTests: resources: limits: cpu: 500m memory: 512Mi requests: cpu: 100m memory: 128MiBeta Was this translation helpful? Give feedback.
All reactions