values.yaml 1.35 KB
kind: Deployment

imagePullSecrets: {}
image:
  pullPolicy: IfNotPresent
  registry: docker.io
  repository: moqui/moquidemo
  tag: latest

configMap:
  entity_ds_db_conf: "postgres"
  entity_ds_database: "moqui"
  entity_ds_host: external-postgres
  entity_ds_port: "5432"
  entity_ds_user: "moqui"
  elasticsearch_user: "admin"

secret:
  entity_ds_password: "iuqom"

checkDsConnection:
  enabled: true

postgresql:
  enabled: true
  auth:
    database: moqui
    username: moqui
    password: iuqom
  checkImage:
    pullPolicy: IfNotPresent
    registry: null
    repository: null
    tag: latest
  jdbcImage:
    enabled: false
    pullPolicy: IfNotPresent
    repository: null
    tag: latest

opensearch:
  enabled: true
  clusterName: foo-opensearch
  url: "http://127.0.0.1:9200"
  singleNode: true
  masterService: ""

service:
  type: ClusterIP
  port: 8080
ingress:
  enabled: false
  annotations: {}
  ingressClassName: ""
  hosts:
    - moqui.local
  tls:
    enabled: false
    secretName: moqui-tls

virtualService:
  enabled: false
  gateways:
    - istio-system/ingress-gateway
  hosts:
    - moqui.local
  match:
    - uri:
        prefix: "/"

serviceAccount:
  create: false
  name: default
podSecurityContext: {}
securityContext: {}
replicaCount: 1
podAnnotations: {}
resources: {}
nodeSelector: {}
affinity: {}
tolerations: {}
autoscaling:
  enabled: false