39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
# Default values for dxemssql.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
# General
|
|
# CAUTION: Setting the replica quantity to a value less than 3 does not meet Microsoft's quorum requirements for HA.
|
|
# See https://support.dh2i.com/docs/kbs/sql_server/availability_groups/quorum-considerations-for-sql-server-availability-groups
|
|
# Only set this value below 3 if you intend to assign these replicas to an existing availability group
|
|
replicas: 3
|
|
secretKeys: null
|
|
enableLoadBalancers: "true"
|
|
|
|
# SQL Server settings
|
|
sqlImage:
|
|
repository: "mcr.microsoft.com/mssql/server"
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "2022-latest"
|
|
MSSQL_PID: "Developer"
|
|
ACCEPT_EULA: null
|
|
MSSQL_AGENT_ENABLED: "false"
|
|
|
|
# DxEnterprise settings
|
|
dxeImage:
|
|
repository: dh2i/dxe
|
|
pullPolicy: Always
|
|
tag: latest
|
|
DX_LICENSE: null
|
|
DX_ACCEPT_EULA: null
|
|
DX_VHOST_NAME: "VHOST1"
|
|
DX_AG_NAME: "AG1"
|
|
DX_AG_OPTIONS: ""
|
|
DX_NEW_CLUSTER: "true"
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
podAnnotations: {}
|