Skip to content

Annotations & labels

Annotations

AnnotationDescriptionDefault
service.bifrost.com/nameName of the application. Required.N/A
service.bifrost.com/versionVersion of the application. Optional.Container image tag
environment.bifrost.com/nameName of bifrost environment. Required.N/A
profile.bifrost.com/nameName of the security profile. Required unless profile.bifrost.com/mode: “audit”.N/A
profile.bifrost.com/modeMode of the security profile. One of: audit, complain, enforce.N/A

Labels

LabelDescriptionDefault
bifrost.com/enabledMust be true to use bifrost. One of: "true", "false".N/A

Default container

The container to be used by bifrost will be the first one in the pod spec. If you want to override this you can specify the well-known kubectl.kubernetes.io/default-container pod annotation.