rancher-partner-charts/charts/dh2i/dxemssql/values.yaml

36 lines
715 B
YAML
Raw Normal View History

# Default values for dxemssql.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
#General
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: {}