mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
Update README.md (#31195)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
1fe7c59f41
commit
d5777a0a49
@@ -228,13 +228,13 @@ extraInitContainers:
|
||||
- install_packages curl && curl http://api-service.local/db/starting;
|
||||
```
|
||||
|
||||
### Extra Containers
|
||||
### Sidecar Containers
|
||||
|
||||
The feature allows for specifying additional containers in the pod. Usecases include situations when you need to run some sidecar containers. For example, you can observe if mysql in pod is running and report to some service discovery software like eureka. Example:
|
||||
The feature allows for specifying additional containers in the pod. Use cases include situations when you need to run some sidecar containers. For example, you can observe if mysql in pod is running and report to some service discovery software like eureka. Example:
|
||||
`values.yaml`
|
||||
|
||||
```yaml
|
||||
extraContainers:
|
||||
sidecars:
|
||||
- name: '{{ .Chart.Name }}-eureka-sidecar'
|
||||
image: 'image:tag'
|
||||
env:
|
||||
@@ -823,4 +823,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
Reference in New Issue
Block a user