diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index 73e27481..fed12348 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -306,6 +306,28 @@ minio: ## Configuration for test result storage. ## testmonitorservice: + ## Configuring sidecars for the Test Monitor Service. + ## @param sidecars Additional containers to run in the same pod as the Test Monitor Service. + ## These should be used for authentication proxy containers, such as the Cloud SQL Auth Proxy. + ## ref: https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine#run_the_in_a_sidecar_pattern + sidecars: [] + ## @param extraVolumes Volumes that can be used in sidecar containers + extraVolumes: [] + ## @param extraVolumeMounts Defines additional volume mounts for the container. + extraVolumeMounts: [] + + ## Service account for Test Monitor. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param serviceAccount.annotations Annotations to add to the service account + ## + annotations: {} + ## @param serviceAccount.name The name of the service account to use. + ## If not set, a name is generated using the fullname template + ## + name: "" + ## Database configuration ## database: @@ -517,6 +539,27 @@ dashboardhost: ## for more documentation and examples for these values. ## grafana: + ## Configuring extra containers for the Dashboardhost Service. + ## @param extraContainers Additional containers to run in the same pod as the Dashboardhost Service. + ## These should be used for authentication proxy containers, such as the Cloud SQL Auth Proxy. + ## ref: https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine#run_the_in_a_sidecar_pattern + extraContainers: "" + ## @param extraContainerVolumes Volumes that can be used in the extraContainers + extraContainerVolumes: [] + ## @param extraVolumeMounts Defines additional volume mounts for the container. + extraVolumeMounts: [] + + ## Service account for dashboardhost service. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param serviceAccount.annotations Annotations to add to the service account + ## + annotations: {} + ## @param serviceAccount.name The name of the service account to use. + ## If not set, a name is generated using the fullname template + ## + name: "" ## Configure access to the Grafana container. ## @@ -1260,6 +1303,28 @@ serviceregistry: ## Configuration for dynamic form fields. ## dynamicformfields: + ## Configuring sidecars for the Dynamic Form Fields Service. + ## @param sidecars Additional containers to run in the same pod as the DFF Service. + ## These should be used for authentication proxy containers, such as the Cloud SQL Auth Proxy. + ## ref: https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine#run_the_in_a_sidecar_pattern + sidecars: [] + ## @param extraVolumes Volumes that can be used in sidecar containers + extraVolumes: [] + ## @param extraVolumeMounts Defines additional volume mounts for the container. + extraVolumeMounts: [] + + ## Service account for Dynamic Form Fields. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param serviceAccount.annotations Annotations to add to the service account + ## + annotations: {} + ## @param serviceAccount.name The name of the service account to use. + ## If not set, a name is generated using the fullname template + ## + name: "" + ## Database configuration ## database: