Pod Annotations
Further configure your deployment by using pod annotations.
# values.yml
api:
pod:
annotations:
key: value
another-key: value
frontend:
pod:
annotations:
key: value
sockets:
pod:
annotations:
key: value
recording:
pod:
annotations:
key: value
proxy:
pod:
annotations:
key: valueLast updated