Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 759 Bytes

shutdown.v1.md

File metadata and controls

33 lines (26 loc) · 759 Bytes
layout title grand_parent parent
page
Integration Sidecar Shutdown V1
ArangoDBPlatform
Integration Sidecars

Shutdown V1

Definitions:

Operator will send shutdown request once all containers marked with annotation are stopped.

Example:

metadata:
  annotations:
    core.shutdown.arangodb.com/app: "wait"
    core.shutdown.arangodb.com/app2: "wait"
    container.shutdown.arangodb.com/app3: port1
spec:
  containers:
    - name: app
    - name: app2
    - name: app3
      ports:
        name: port1

Pod will receive shutdown request on port port1 if containers app and app2 will be in non running state.