Kind: SGConfig
listKind: SGConfigList
plural: sgconfigs
singular: sgconfig
StackGres Operator configuration is stored in SGConfig
Custom Resource.
WARNING: Creating more than one SGConfig is forbidden in order to avoid misbehaviours. The single SGConfig should be created automatically during installation.
Example:
apiVersion: stackgres.io/v1
kind: SGConfig
metadata:
name: stackgres-operator
spec:
# Default values copied from <project_dir>/helm-charts/stackgres-operator/values.yaml
containerRegistry: quay.io
imagePullPolicy: IfNotPresent
operator:
image:
pullPolicy: IfNotPresent
restapi:
name: stackgres-restapi
image:
pullPolicy: IfNotPresent
adminui:
name: stackgres-adminui
image:
pullPolicy: IfNotPresent
service:
exposeHTTP: false
type: ClusterIP
jobs:
name: stackgres-jobs
image:
pullPolicy: IfNotPresent
authentication:
type: jwt
user: admin
extensions:
repositoryUrls:
- https://extensions.stackgres.io/postgres/repository
grafana:
autoEmbed: false
datasourceName: Prometheus
password: prom-operator
schema: http
user: admin
prometheus:
allowAutobind: true
See also StackGres Installation section.
SGConfig stores the configuration of the StackGres Operator
WARNING: Creating more than one SGConfig is forbidden in order to avoid misbehaviours. The single SGConfig should be created automatically during installation.
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
apiVersion | ✓ | string | stackgres.io/v1 | ||
kind | ✓ | string | SGConfig | ||
metadata | ✓ | ✓ | object | Refer to the Kubernetes API documentation for the fields of the metadata field. |
|
spec | ✓ | object |
Spec defines the desired state of SGConfig |
||
status | ✓ | object |
Status defines the observed state of SGConfig |
Spec defines the desired state of SGConfig
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
adminui | ✓ | object |
Section to configure Web Console container |
||
authentication | ✓ | object |
Section to configure Web Console authentication |
||
cert | ✓ | object |
Section to configure the Operator, REST API and Web Console certificates and JWT RSA key-pair. |
||
containerRegistry | ✓ | string |
The container registry host (and port) where the images will be pulled from. Default: quay.io |
||
deploy | ✓ | object |
Section to configure deployment aspects. |
||
developer | ✓ | object |
Section to configure developer options.
Following options are for developers only, but can also be useful in some cases ;)
|
||
extensions | ✓ | object |
Section to configure extensions |
||
grafana | ✓ | object |
Section to configure Grafana integration |
||
imagePullPolicy | ✓ | string |
Image pull policy used for images loaded by the Operator Default: IfNotPresent |
||
jobs | ✓ | object |
Section to configure Operator Installation Jobs |
||
operator | ✓ | object |
Section to configure Operator Pod |
||
prometheus | ✓ | object |
Section to configure Prometheus integration. |
||
rbac | ✓ | object |
Section to configure RBAC for Web Console admin user |
||
restapi | ✓ | object |
Section to configure REST API Pod |
||
serviceAccount | ✓ | object |
Section to configure Operator Installation ServiceAccount |
Section to configure Web Console container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
image | ✓ | object |
Section to configure Web Console image |
||
resources | ✓ | object |
Web Console resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core |
||
service | ✓ | object |
Section to configure Web Console service. |
Section to configure Web Console image
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
name | ✓ | string |
Web Console image name Default: stackgres/admin-ui |
||
pullPolicy | ✓ | string |
Web Console image pull policy Default: IfNotPresent |
||
tag | ✓ | string |
Web Console image tag |
Section to configure Web Console service.
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
exposeHTTP | ✓ | boolean |
When set to true the HTTP port will be exposed in the Web Console ServiceDefault: false |
||
loadBalancerIP | ✓ | string |
LoadBalancer will get created with the IP specified in
this field. This feature depends on whether the underlying cloud-provider supports specifying
the loadBalancerIP when a load balancer is created. This field will be ignored if the
cloud-provider does not support the feature.
|
||
loadBalancerSourceRanges | ✓ | []string |
If specified and supported by the platform,
this will restrict traffic through the cloud-provider load-balancer will be restricted to the
specified client IPs. This field will be ignored if the cloud-provider does not support the
feature.
More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
|
||
nodePort | ✓ | integer |
The HTTPS port used to expose the Service on Kubernetes nodes |
||
nodePortHTTP | ✓ | integer |
The HTTP port used to expose the Service on Kubernetes nodes |
||
type | ✓ | string |
The type used for the service of the UI:
|
Section to configure Web Console authentication
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
createAdminSecret | ✓ | boolean |
When true will create the secret used to store the admin user credentials to access the UI.
Default: true |
||
oidc | ✓ | object |
Section to configure Web Console OIDC authentication |
||
password | ✓ | string |
The admin password that will be created for the Web Console.
If not specified a random password will be generated.
|
||
type | ✓ | string |
Specify the authentication mechanism to use. By default is jwt , see https://stackgres.io/doc/latest/api/rbac#local-secret-mechanism.
If set to oidc then see https://stackgres.io/doc/latest/api/rbac/#openid-connect-provider-mechanism.
Default: jwt |
||
user | ✓ | string |
The admin username that will be created for the Web Console Default: admin |
Section to configure Web Console OIDC authentication
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
authServerUrl | ✓ | string |
|
||
clientId | ✓ | string |
|
||
clientIdSecretRef | ✓ | object |
|
||
credentialsSecret | ✓ | string |
|
||
credentialsSecretSecretRef | ✓ | object |
|
||
tlsVerification | ✓ | string |
Can be one of required , certificate-validation or none |
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
key | ✓ | string |
|
||
name | ✓ | string |
|
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
key | ✓ | string |
|
||
name | ✓ | string |
|
Section to configure the Operator, REST API and Web Console certificates and JWT RSA key-pair.
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
autoapprove | ✓ | boolean |
If set to true the CertificateSigningRequest used to generate the certificate used by
Webhooks will be approved by the Operator Installation Job.
Default: true |
||
certDuration | ✓ | integer |
The duration in days of the generated certificate for the Operator after which it will expire and be regenerated.
If not specified it will be set to 730 (2 years) by default.
|
||
certManager | ✓ | object |
Section to configure cert-manager integration to generate Operator certificates |
||
createForOperator | ✓ | boolean |
When set to true the Operator certificate will be created.Default: true |
||
createForWebApi | ✓ | boolean |
When set to true the Web Console / REST API certificate will be created.Default: true |
||
crt | ✓ | string |
The Operator Webhooks certificate issued by Kubernetes cluster CA. |
||
jwtRsaKey | ✓ | string |
The private RSA key used to generate JWTs used in REST API authentication. |
||
jwtRsaPub | ✓ | string |
The public RSA key used to verify JWTs used in REST API authentication. |
||
key | ✓ | string |
The private RSA key used to create the Operator Webhooks certificate issued by the
Kubernetes cluster CA.
|
||
regenerateCert | ✓ | boolean |
When set to true the Operator certificates will be regenerated if createForOperator is set to true , and the certificate is expired or invalid.
Default: true |
||
regenerateWebCert | ✓ | boolean |
When set to true the Web Console / REST API certificates will be regenerated if createForWebApi is set to true , and the certificate is expired or invalid.
Default: true |
||
regenerateWebRsa | ✓ | boolean |
When set to true the Web Console / REST API RSA key pair will be regenerated if createForWebApi is set to true , and the certificate is expired or invalid.
Default: true |
||
secretName | ✓ | string |
The Secret name with the Operator Webhooks certificate issued by the Kubernetes cluster CA
of type kubernetes.io/tls. See https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
|
||
webCertDuration | ✓ | integer |
The duration in days of the generated certificate for the Web Console / REST API after which it will expire and be regenerated.
If not specified it will be set to 730 (2 years) by default.
|
||
webCrt | ✓ | string |
The Web Console / REST API certificate |
||
webKey | ✓ | string |
The private RSA key used to create the Web Console / REST API certificate |
||
webRsaDuration | ✓ | integer |
The duration in days of the generated RSA key pair for the Web Console / REST API after which it will expire and be regenerated.
If not specified it will be set to 730 (2 years) by default.
|
||
webSecretName | ✓ | string |
The Secret name with the Web Console / REST API certificate
of type kubernetes.io/tls. See https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
|
Section to configure cert-manager integration to generate Operator certificates
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
autoConfigure | ✓ | boolean |
When set to true then Issuer and Certificate for Operator and Web Console / REST API
Pods will be generated
Default: false |
||
duration | ✓ | string |
The requested duration (i.e. lifetime) of the Certificates. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io%2fv1 Default: 2160h |
||
encoding | ✓ | string |
The private key cryptography standards (PKCS) encoding for this certificate’s private key to be encoded in. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificatePrivateKey Default: PKCS1 |
||
renewBefore | ✓ | string |
How long before the currently issued certificate’s expiry cert-manager should renew the certificate. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io%2fv1 Default: 360h |
||
size | ✓ | integer |
Size is the key bit size of the corresponding private key for this certificate. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificatePrivateKey Default: 2048 |
Section to configure deployment aspects.
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
operator | ✓ | boolean |
When set to true the Operator will be deployed.Default: true |
||
restapi | ✓ | boolean |
When set to true the Web Console / REST API will be deployed.Default: true |
Section to configure developer options.
Following options are for developers only, but can also be useful in some cases ;)
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
allowPullExtensionsFromImageRepository | ✓ | boolean |
If set to true and extensions.cache.enabled is also true
it will try to download extensions from images (experimental)
Default: false |
||
disableArbitraryUser | ✓ | boolean |
It set to true disable arbitrary user that is set for OpenShift clusters
Default: false |
||
enableJvmDebug | ✓ | boolean |
Only work with JVM version and allow connect
on port 8000 of operator Pod with jdb or similar
Default: false |
||
enableJvmDebugSuspend | ✓ | boolean |
Only work with JVM version and if enableJvmDebug is true
suspend the JVM until a debugger session is started
Default: false |
||
externalOperatorIp | ✓ | string |
Set the external Operator IP |
||
externalOperatorPort | ✓ | integer |
Set the external Operator port |
||
externalRestApiIp | ✓ | string |
Set the external REST API IP |
||
externalRestApiPort | ✓ | integer |
Set the external REST API port |
||
logLevel | ✓ | string |
Set quarkus.log.level . See https://quarkus.io/guides/logging#root-logger-configuration |
||
patches | ✓ | object |
Section to define patches for some StackGres Pods
|
||
showDebug | ✓ | boolean |
If set to true add extra debug to any script controlled by the reconciliation cycle of the operator configurationDefault: false |
||
showStackTraces | ✓ | boolean |
Set quarkus.log.console.format to %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{4.}] (%t) %s%e%n . See https://quarkus.io/guides/logging#logging-formatDefault: false |
||
useJvmImages | ✓ | boolean |
The operator will use JVM version of the images
Default: false |
||
version | ✓ | string |
Set the operator version (used for testing) |
Section to define patches for some StackGres Pods
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
adminui | ✓ | object |
Section to define volumes to be used by the adminui container
|
||
clusterController | ✓ | object |
Section to define volumes to be used by the cluster controller container
|
||
distributedlogsController | ✓ | object |
Section to define volumes to be used by the distributedlogs controller container
|
||
jobs | ✓ | object |
Section to define volumes to be used by the jobs container
|
||
operator | ✓ | object |
Section to define volumes to be used by the operator container
|
||
restapi | ✓ | object |
Section to define volumes to be used by the restapi container
|
Section to define volumes to be used by the adminui container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to define volumes to be used by the cluster controller container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to define volumes to be used by the distributedlogs controller container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to define volumes to be used by the jobs container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to define volumes to be used by the operator container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to define volumes to be used by the restapi container
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
volumeMounts | ✓ | []object |
Pod’s container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core |
||
volumes | ✓ | []object |
Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core |
Section to configure extensions
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
cache | ✓ | object |
Section to configure extensions cache (experimental).
This feature is in beta and may cause failures, please use with caution and report any
error to https://gitlab.com/ongresinc/stackgres/-/issues/new
|
||
repositoryUrls | ✓ | []string |
A list of extensions repository URLs used to retrieve extensions
To set a proxy for extensions repository add parameter proxyUrl to the URL:
Other URL parameters are:
|
Section to configure extensions cache (experimental).
This feature is in beta and may cause failures, please use with caution and report any error to https://gitlab.com/ongresinc/stackgres/-/issues/new
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
enabled | ✓ | boolean |
When set to true enable the extensions cache.
This feature is in beta and may cause failures, please use with caution and report any
error to https://gitlab.com/ongresinc/stackgres/-/issues/new
|
||
hostPath | ✓ | string |
If set, will use a host path volume with the specified path for the extensions cache
instead of a PersistentVolume
|
||
persistentVolume | ✓ | object |
Section to configure the extensions cache PersistentVolume |
||
preloadedExtensions | ✓ | []string |
An array of extensions pattern used to pre-loaded estensions into the extensions cache Default: [x86_64/linux/timescaledb-1.7.4-pg12] |
Section to configure the extensions cache PersistentVolume
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
size | ✓ | string |
The PersistentVolume size for the extensions cache
Only use whole numbers (e.g. not 1e6) and K/Ki/M/Mi/G/Gi as units
|
||
storageClass | ✓ | string |
If defined set storage class
If set to “-” (equivalent to storageClass: "" in a PV spec) disables
dynamic provisioning
If undefined (the default) or set to null, no storageClass spec is
set, choosing the default provisioner. (gp2 on AWS, standard on
GKE, AWS & OpenStack)
|
Section to configure Grafana integration
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
autoEmbed | ✓ | boolean |
When set to true embed automatically Grafana into the Web Console by creating the
StackGres dashboard and the read-only role used to read it from the Web Console
Default: false |
||
dashboardConfigMap | ✓ | string |
The ConfigMap name with the dashboard JSON in the key grafana-dashboard.json
that will be created in Grafana. If not set the default
|
||
dashboardId | ✓ | string |
The dashboard id that will be create in Grafana
(see https://grafana.com/grafana/dashboards). By default 9628. (used to embed automatically
Grafana)
Manual Steps: Create grafana dashboard for postgres exporter and copy/paste share URL:
|
||
datasourceName | ✓ | string |
The datasource name used to create the StackGres Dashboard into Grafana Default: Prometheus |
||
password | ✓ | string |
The password to access Grafana. By default prom-operator (the default in for
kube-prometheus-stack helm chart). (used to embed automatically Grafana)
Default: prom-operator |
||
schema | ✓ | string |
The schema to access Grafana. By default http. (used to embed manually and
automatically grafana)
Default: http |
||
secretName | ✓ | string |
The name of secret with credentials to access Grafana. (used to embed
automatically Grafana, alternative to use user and password )
|
||
secretNamespace | ✓ | string |
The namespace of secret with credentials to access Grafana. (used to
embed automatically Grafana, alternative to use user and password )
|
||
secretPasswordKey | ✓ | string |
The key of secret with password used to access Grafana. (used to
embed automatically Grafana, alternative to use user and password )
|
||
secretUserKey | ✓ | string |
The key of secret with username used to access Grafana. (used to embed
automatically Grafana, alternative to use user and password )
|
||
token | ✓ | string |
The Grafana API token to access the PostgreSQL dashboard created
in Grafana (used to embed manually Grafana)
Manual Steps: Create and copy/paste grafana API token:
|
||
url | ✓ | string |
The URL of the PostgreSQL dashboard created in Grafana (used to embed manually
Grafana)
|
||
user | ✓ | string |
The username to access Grafana. By default admin. (used to embed automatically
Grafana)
Default: admin |
||
webHost | ✓ | string |
The service host name to access grafana (used to embed manually and
automatically Grafana).
The parameter value should point to the grafana service following the
DNS reference svc_name.namespace
|
Section to configure Operator Installation Jobs
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
affinity | ✓ | object |
Operator Installation Jobs affinity. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#affinity-v1-core |
||
annotations | ✓ | object |
Operator Installation Jobs annotations |
||
image | ✓ | object |
Section to configure Operator Installation Jobs image |
||
nodeSelector | ✓ | object |
Operator Installation Jobs node selector |
||
resources | ✓ | object |
Operator Installation Jobs resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core |
||
tolerations | ✓ | []object |
Operator Installation Jobs tolerations. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#toleration-v1-core |
Section to configure Operator Installation Jobs image
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
name | ✓ | string |
Operator Installation Jobs image name Default: stackgres/jobs |
||
pullPolicy | ✓ | string |
Operator Installation Jobs image pull policy Default: IfNotPresent |
||
tag | ✓ | string |
Operator Installation Jobs image tag |
Section to configure Operator Pod
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
affinity | ✓ | object |
Operator Pod affinity. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#affinity-v1-core |
||
annotations | ✓ | object |
Operator Pod annotations |
||
image | ✓ | object |
Section to configure Operator image |
||
nodeSelector | ✓ | object |
Operator Pod node selector |
||
resources | ✓ | object |
Operator Pod resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core |
||
service | ✓ | object |
Section to configure Operator Service |
||
serviceAccount | ✓ | object |
Section to configure Operator ServiceAccount |
||
tolerations | ✓ | []object |
Operator Pod tolerations. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#toleration-v1-core |
Section to configure Operator image
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
name | ✓ | string |
Operator image name Default: stackgres/operator |
||
pullPolicy | ✓ | string |
Operator image pull policy Default: IfNotPresent |
||
tag | ✓ | string |
Operator image tag |
Section to configure Operator Service
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
annotations | ✓ | object |
Section to configure Operator Service annotations |
Section to configure Operator ServiceAccount
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
annotations | ✓ | object |
Section to configure Operator ServiceAccount annotations |
||
repoCredentials | ✓ | []string |
Repositories credentials Secret names |
Section to configure Prometheus integration.
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
allowAutobind | ✓ | boolean |
If set to false disable automatic bind to Prometheus
created using the Prometheus Operator.
If disabled the cluster will not be binded to Prometheus automatically and will require manual
intervention by the Kubernetes cluster administrator.
Default: true |
Section to configure RBAC for Web Console admin user
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
create | ✓ | boolean |
When set to true the admin user is assigned the cluster-admin ClusterRole by creating
ClusterRoleBinding.
Default: true |
Section to configure REST API Pod
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
affinity | ✓ | object |
REST API Pod affinity. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#affinity-v1-core |
||
annotations | ✓ | object |
REST API Pod annotations |
||
image | ✓ | object |
Section to configure REST API image |
||
name | ✓ | string |
REST API container name Default: stackgres-restapi |
||
nodeSelector | ✓ | object |
REST API Pod node selector |
||
resources | ✓ | object |
REST API Pod resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core |
||
service | ✓ | object |
Section to configure REST API Service |
||
serviceAccount | ✓ | object |
Section to configure REST API ServiceAccount |
||
tolerations | ✓ | []object |
REST API Pod tolerations. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#toleration-v1-core |
Section to configure REST API image
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
name | ✓ | string |
REST API image name Default: stackgres/restapi |
||
pullPolicy | ✓ | string |
REST API image pull policy Default: IfNotPresent |
||
tag | ✓ | string |
REST API image tag |
Section to configure REST API Service
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
annotations | ✓ | object |
REST API Service annotations |
Section to configure REST API ServiceAccount
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
annotations | ✓ | object |
REST API ServiceAccount annotations |
||
repoCredentials | ✓ | []string |
Repositories credentials Secret names |
Section to configure Operator Installation ServiceAccount
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
annotations | ✓ | object |
Section to configure Installation ServiceAccount annotations |
||
create | ✓ | boolean |
If true the Operator Installation ServiceAccount will be createdDefault: true |
||
repoCredentials | ✓ | []string |
Repositories credentials Secret names |
Status defines the observed state of SGConfig
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
conditions | ✓ | []object |
|
||
grafana | ✓ | object |
|
||
removeOldOperatorBundleResources | ✓ | boolean |
Indicate when the old operator bundle resources has been removed |
||
version | ✓ | string |
Latest version of the operator used to check for updates |
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
lastTransitionTime | ✓ | string |
Last time the condition transitioned from one status to another. |
||
message | ✓ | string |
A human readable message indicating details about the transition. |
||
reason | ✓ | string |
The reason for the condition’s last transition. |
||
status | ✓ | string |
Status of the condition, one of True, False, Unknown. |
||
type | ✓ | string |
Type of deployment condition. |
Property |
Required |
Updatable |
May Require Restart |
Type |
Description |
---|---|---|---|---|---|
configHash | ✓ | string |
Grafana configuration hash |
||
token | ✓ | string |
Grafana Token that allow to access dashboards |
||
urls | ✓ | []string |
Grafana URLs to StackGres dashboards |