mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/*] Fix ref links (in comments) (#21822)
* docs(kubernetes): replace broken links to ./user-guide/ with current links to ./concepts/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken links to ./user-guide/persistent-volumes Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken links to ./user-guide/compute-resources/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken links to ./user-guide/node-selection/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken ref links to ./user-guide/services/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken ref links to ./user-guide/ingress/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken ref links for pullPolicy Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken ref links to compute-resources Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): replace broken ref links to master branch of kubernetes/ingress-nginx/ Signed-off-by: Bryan Dady <bryan@dady.us> * docs(kubernetes): fixup remaining "user-guide" ref links Signed-off-by: Bryan Dady <bryan@dady.us> * fix(harbor): revert accidental additions Revert unintended changes resulting from rebase Signed-off-by: Bryan Dady <bryan@dady.us> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * bitnami/grafana-operator fix docs(README) revert accidental (rebase) edit to operator.namespaceScope description Signed-off-by: Bryan Dady <bryan@dady.us> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Remove duplicate comments in grafana values Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com> --------- Signed-off-by: Bryan Dady <bryan@dady.us> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
This commit is contained in:
@@ -111,7 +111,7 @@ jwt:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -138,7 +138,7 @@ jwt:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
@@ -201,7 +201,7 @@ jwt:
|
||||
##
|
||||
extraVolumeMounts: []
|
||||
## Container resource requests and limits
|
||||
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param jwt.autoGenerate.resources.limits The resources limits for the container
|
||||
## @param jwt.autoGenerate.resources.requests The requested resources for the container
|
||||
##
|
||||
@@ -301,7 +301,7 @@ auth:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -371,7 +371,7 @@ auth:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase auth resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param auth.resources.limits The resources limits for the Supabase auth containers
|
||||
## @param auth.resources.requests The requested resources for the Supabase auth containers
|
||||
##
|
||||
@@ -458,7 +458,7 @@ auth:
|
||||
##
|
||||
affinity: {}
|
||||
## @param auth.nodeSelector Node labels for Supabase auth pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param auth.tolerations Tolerations for Supabase auth pods assignment
|
||||
@@ -577,7 +577,7 @@ auth:
|
||||
extraPorts: []
|
||||
## @param auth.service.sessionAffinity Control where auth requests go, to the same pod or round-robin
|
||||
## Values: AuthIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param auth.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -635,7 +635,7 @@ meta:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -705,7 +705,7 @@ meta:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase Postgres Meta resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param meta.resources.limits The resources limits for the Supabase Postgres Meta containers
|
||||
## @param meta.resources.requests The requested resources for the Supabase Postgres Meta containers
|
||||
##
|
||||
@@ -792,7 +792,7 @@ meta:
|
||||
##
|
||||
affinity: {}
|
||||
## @param meta.nodeSelector Node labels for Supabase Postgres Meta pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param meta.tolerations Tolerations for Supabase Postgres Meta pods assignment
|
||||
@@ -911,7 +911,7 @@ meta:
|
||||
extraPorts: []
|
||||
## @param meta.service.sessionAffinity Control where meta requests go, to the same pod or round-robin
|
||||
## Values: MetaIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param meta.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -988,7 +988,7 @@ realtime:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1058,7 +1058,7 @@ realtime:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase realtime resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param realtime.resources.limits The resources limits for the Supabase realtime containers
|
||||
## @param realtime.resources.requests The requested resources for the Supabase realtime containers
|
||||
##
|
||||
@@ -1145,7 +1145,7 @@ realtime:
|
||||
##
|
||||
affinity: {}
|
||||
## @param realtime.nodeSelector Node labels for Supabase realtime pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param realtime.tolerations Tolerations for Supabase realtime pods assignment
|
||||
@@ -1264,7 +1264,7 @@ realtime:
|
||||
extraPorts: []
|
||||
## @param realtime.service.sessionAffinity Control where realtime requests go, to the same pod or round-robin
|
||||
## Values: RealtimeIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param realtime.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -1320,7 +1320,7 @@ rest:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1390,7 +1390,7 @@ rest:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase rest resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param rest.resources.limits The resources limits for the Supabase rest containers
|
||||
## @param rest.resources.requests The requested resources for the Supabase rest containers
|
||||
##
|
||||
@@ -1477,7 +1477,7 @@ rest:
|
||||
##
|
||||
affinity: {}
|
||||
## @param rest.nodeSelector Node labels for Supabase rest pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param rest.tolerations Tolerations for Supabase rest pods assignment
|
||||
@@ -1596,7 +1596,7 @@ rest:
|
||||
extraPorts: []
|
||||
## @param rest.service.sessionAffinity Control where rest requests go, to the same pod or round-robin
|
||||
## Values: RestIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param rest.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -1657,7 +1657,7 @@ storage:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1727,7 +1727,7 @@ storage:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase storage resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param storage.resources.limits The resources limits for the Supabase storage containers
|
||||
## @param storage.resources.requests The requested resources for the Supabase storage containers
|
||||
##
|
||||
@@ -1814,7 +1814,7 @@ storage:
|
||||
##
|
||||
affinity: {}
|
||||
## @param storage.nodeSelector Node labels for Supabase storage pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param storage.tolerations Tolerations for Supabase storage pods assignment
|
||||
@@ -1933,7 +1933,7 @@ storage:
|
||||
extraPorts: []
|
||||
## @param storage.service.sessionAffinity Control where storage requests go, to the same pod or round-robin
|
||||
## Values: StorageIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param storage.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -1947,7 +1947,7 @@ storage:
|
||||
##
|
||||
|
||||
## Enable persistence using Persistent Volume Claims
|
||||
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes/
|
||||
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
||||
##
|
||||
persistence:
|
||||
## @param storage.persistence.enabled Enable persistence using Persistent Volume Claims
|
||||
@@ -2041,7 +2041,7 @@ studio:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -2111,7 +2111,7 @@ studio:
|
||||
##
|
||||
customStartupProbe: {}
|
||||
## Supabase studio resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param studio.resources.limits The resources limits for the Supabase studio containers
|
||||
## @param studio.resources.requests The requested resources for the Supabase studio containers
|
||||
##
|
||||
@@ -2198,7 +2198,7 @@ studio:
|
||||
##
|
||||
affinity: {}
|
||||
## @param studio.nodeSelector Node labels for Supabase studio pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param studio.tolerations Tolerations for Supabase studio pods assignment
|
||||
@@ -2317,7 +2317,7 @@ studio:
|
||||
extraPorts: []
|
||||
## @param studio.service.sessionAffinity Control where studio requests go, to the same pod or round-robin
|
||||
## Values: StudioIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
##
|
||||
sessionAffinity: None
|
||||
## @param studio.service.sessionAffinityConfig Additional settings for the sessionAffinity
|
||||
@@ -2327,7 +2327,7 @@ studio:
|
||||
##
|
||||
sessionAffinityConfig: {}
|
||||
|
||||
## ref: http://kubernetes.io/docs/user-guide/ingress/
|
||||
## ref: http://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||
##
|
||||
ingress:
|
||||
## @param studio.ingress.enabled Enable ingress record generation for Supabase
|
||||
@@ -2461,7 +2461,7 @@ volumePermissions:
|
||||
##
|
||||
pullSecrets: []
|
||||
## Init container's resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
## ref: http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
|
||||
## @param volumePermissions.resources.limits The resources limits for the init container
|
||||
## @param volumePermissions.resources.requests The requested resources for the init container
|
||||
##
|
||||
@@ -2495,7 +2495,7 @@ psqlImage:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -2662,7 +2662,7 @@ postgresql:
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user