@@ -1821,26 +1821,26 @@ keycloak:
1821
1821
keycloak-setup :
1822
1822
enabled : false
1823
1823
1824
- airbyte- workload-api-server :
1824
+ workload-api :
1825
1825
enabled : false
1826
- # # airbyte -api-server .replicaCount Number of airbyte-api-server replicas
1826
+ # # workload -api.replicaCount Number of airbyte-api-server replicas
1827
1827
replicaCount : 1
1828
1828
1829
- # # airbyte -api-server .image.repository The repository to use for the airbyte airbyte -api-server image.
1830
- # # airbyte -api-server .image.pullPolicy the pull policy to use for the airbyte airbyte -api-server image
1831
- # # airbyte -api-server .image.tag The airbyte airbyte -api-server image tag. Defaults to the chart's AppVersion
1829
+ # # workload -api.image.repository The repository to use for the airbyte-workload -api-server image.
1830
+ # # workload -api.image.pullPolicy the pull policy to use for the airbyte-workload -api-server image
1831
+ # # workload -api.image.tag The airbyte-workload -api-server image tag. Defaults to the chart's AppVersion
1832
1832
image :
1833
1833
repository : airbyte/airbyte-workload-api-server
1834
1834
pullPolicy : IfNotPresent
1835
1835
1836
1836
# # Configure extra options for the server containers' liveness and readiness probes
1837
1837
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
1838
- # # server .livenessProbe.enabled Enable livenessProbe on the server
1839
- # # server .livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
1840
- # # server .livenessProbe.periodSeconds Period seconds for livenessProbe
1841
- # # server .livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
1842
- # # server .livenessProbe.failureThreshold Failure threshold for livenessProbe
1843
- # # server .livenessProbe.successThreshold Success threshold for livenessProbe
1838
+ # # workload-api .livenessProbe.enabled Enable livenessProbe on the server
1839
+ # # workload-api .livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
1840
+ # # workload-api .livenessProbe.periodSeconds Period seconds for livenessProbe
1841
+ # # workload-api .livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
1842
+ # # workload-api .livenessProbe.failureThreshold Failure threshold for livenessProbe
1843
+ # # workload-api .livenessProbe.successThreshold Success threshold for livenessProbe
1844
1844
# #
1845
1845
livenessProbe :
1846
1846
enabled : true
@@ -1850,12 +1850,12 @@ airbyte-workload-api-server:
1850
1850
failureThreshold : 3
1851
1851
successThreshold : 1
1852
1852
1853
- # # server .readinessProbe.enabled Enable readinessProbe on the server
1854
- # # server .readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
1855
- # # server .readinessProbe.periodSeconds Period seconds for readinessProbe
1856
- # # server .readinessProbe.timeoutSeconds Timeout seconds for readinessProbe
1857
- # # server .readinessProbe.failureThreshold Failure threshold for readinessProbe
1858
- # # server .readinessProbe.successThreshold Success threshold for readinessProbe
1853
+ # # workload-api .readinessProbe.enabled Enable readinessProbe on the server
1854
+ # # workload-api .readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
1855
+ # # workload-api .readinessProbe.periodSeconds Period seconds for readinessProbe
1856
+ # # workload-api .readinessProbe.timeoutSeconds Timeout seconds for readinessProbe
1857
+ # # workload-api .readinessProbe.failureThreshold Failure threshold for readinessProbe
1858
+ # # workload-api .readinessProbe.successThreshold Success threshold for readinessProbe
1859
1859
# #
1860
1860
readinessProbe :
1861
1861
enabled : true
@@ -1865,14 +1865,14 @@ airbyte-workload-api-server:
1865
1865
failureThreshold : 3
1866
1866
successThreshold : 1
1867
1867
1868
- # # airbyte-api-server resource requests and limits
1868
+ # # airbyte-workload- api-server resource requests and limits
1869
1869
# # ref: http://kubernetes.io/docs/user-guide/compute-resources/
1870
1870
# # We usually recommend not to specify default resources and to leave this as a conscious
1871
1871
# # choice for the user. This also increases chances charts run on environments with little
1872
1872
# # resources, such as Minikube. If you do want to specify resources, uncomment the following
1873
1873
# # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
1874
- # # airbyte -api-server .resources.limits [object] The resources limits for the airbyte-api-server container
1875
- # # airbyte -api-server .resources.requests [object] The requested resources for the airbyte-api-server container
1874
+ # # workload -api.resources.limits [object] The resources limits for the airbyte-workload -api-server container
1875
+ # # workload -api.resources.requests [object] The requested resources for the airbyte-workload -api-server container
1876
1876
resources :
1877
1877
# # Example:
1878
1878
# # limits:
@@ -1886,7 +1886,7 @@ airbyte-workload-api-server:
1886
1886
requests : {}
1887
1887
1888
1888
1889
- # # airbyte-api-server.log.level The log level to log at.
1889
+ # # airbyte-workload- api-server.log.level The log level to log at.
1890
1890
log :
1891
1891
level : " INFO"
1892
1892
@@ -1895,13 +1895,13 @@ airbyte-workload-api-server:
1895
1895
service :
1896
1896
port : 80
1897
1897
1898
- # # Configure the ingress resource that allows you to access the Airbyte API.
1898
+ # # Configure the ingress resource that allows you to access the Airbyte Workload API.
1899
1899
# # ref: http://kubernetes.io/docs/user-guide/ingress/
1900
- # # webapp .ingress.enabled Set to true to enable ingress record generation
1901
- # # webapp .ingress.className Specifies ingressClassName for clusters >= 1.18+
1902
- # # webapp .ingress.annotations [object] Ingress annotations done as key:value pairs
1903
- # # webapp .ingress.hosts The list of hostnames to be covered with this ingress record.
1904
- # # webapp .ingress.tls [array] Custom ingress TLS configuration
1900
+ # # workload-api .ingress.enabled Set to true to enable ingress record generation
1901
+ # # workload-api .ingress.className Specifies ingressClassName for clusters >= 1.18+
1902
+ # # workload-api .ingress.annotations [object] Ingress annotations done as key:value pairs
1903
+ # # workload-api .ingress.hosts The list of hostnames to be covered with this ingress record.
1904
+ # # workload-api .ingress.tls [array] Custom ingress TLS configuration
1905
1905
ingress :
1906
1906
enabled : false
1907
1907
className : " "
0 commit comments