iq: name: nxiq hostname: iq-server.minikube.mydomain applicationPort: 8070 adminPort: 8071 # base 64 encoded license file with no line breaks licenseSecret: "cylwwtYx6Fi..." # add this line with this file path and the `licenseSecret` above to autoconfigure licensing licenseFile: /etc/nexus-iq-license/license_lic # env: - name: JAVA_OPTS value: "-Djava.util.prefs.userRoot=$(SONATYPE_WORK)/javaprefs" # Comment above line and Uncomment below line and update local values for connecting to external DB # value: "-Djava.util.prefs.userRoot=$(SONATYPE_WORK)/javaprefs -Ddw.database.type=postgresql -Ddw.database.hostname=postgres-svc.tools -Ddw.database.port=5432 -Ddw.database.name=iqdb -Ddw.database.username=iq -Ddw.database.password=iq123" # Uncomment below lines increasing readiness threshold during IQ upgrades to allow longer DB schema upgrade # readinessProbe: # initialDelaySeconds: 30 # periodSeconds: 30 # failureThreshold: 100 # timeoutSeconds: 2 # successThreshold: 1 # Below lines enable creating ingress objects with preferred hostname ingress: enabled: true ingressClassName: nginx annotations: nginx.ingress.kubernetes.io/proxy-body-size: "0" hostUI: iq-server.minikube.mydomain hostUIPath: / hostAdmin: admin.minikube.mydomain hostAdminPath: / # Increase the persistence Storage size from default 1GB to production value persistence: enabled: true accessMode: ReadWriteOnce storageSize: 1Gi