@@ -543,6 +543,7 @@ Note - There are two ways in which node identity certificates can be configured.
543543| securityContext.runAsUser | int | ` 1724 ` | |
544544| storageClass | string | ` "" ` | |
545545| tag | float | ` 12 ` | Specific version to not accidentally change production versions with newer images. |
546+ | terracotta.affinity | string | ` nil ` | Configure pod affinity for terracotta server |
546547| terracotta.clusterName | string | ` "my-cluster" ` | |
547548| terracotta.datadirs | string | ` "dataroot-1,dataroot-2" ` | |
548549| terracotta.failoverPriority | string | ` "availability" ` | |
@@ -560,19 +561,22 @@ Note - There are two ways in which node identity certificates can be configured.
560561| terracotta.serverImage | string | ` "ibmwebmethods.azurecr.io/terracotta-server" ` | |
561562| terracotta.storage | string | ` "10Gi" ` | |
562563| terracotta.stripes | int | ` 2 ` | |
564+ | terracotta.topologySpreadConstraints | string | ` nil ` | Configure pod topologySpreadConstraints for terracotta server |
563565| terracotta.voterImage | string | ` "ibmwebmethods.azurecr.io/terracotta-voter" ` | |
564566| terracotta.voters | int | ` 0 ` | |
565567| terracottaOperator.connectionTimeout | string | ` "30s" ` | |
566568| terracottaOperator.operatorImage | string | ` "ibmwebmethods.azurecr.io/terracotta-operator" ` | |
567569| terracottaOperator.requestTimeout | string | ` "30s" ` | |
568570| terracottaOperator.serviceAccount.create | bool | ` true ` | |
569571| terracottaOperator.serviceAccount.name | string | ` "" ` | |
572+ | tms.affinity | string | ` nil ` | Configure pod affinity for tms server |
570573| tms.jsonAuditLogging | bool | ` true ` | |
571574| tms.jsonLogging | bool | ` false ` | |
572575| tms.jsonSecurityLogging | bool | ` true ` | |
573576| tms.resources | object | ` {} ` | |
574577| tms.storage | string | ` "5Gi" ` | |
575578| tms.tmsImage | string | ` "ibmwebmethods.azurecr.io/terracotta-management-server" ` | |
579+ | tms.topologySpreadConstraints | string | ` nil ` | Configure pod topologySpreadConstraints for tms server |
576580| trg.jsonAuditLogging | bool | ` true ` | |
577581| trg.jsonLogging | bool | ` false ` | |
578582| trg.jsonSecurityLogging | bool | ` true ` | |
0 commit comments