diff --git a/docs/self-hosting/deployments/kubernetes.mdx b/docs/self-hosting/deployments/kubernetes.mdx index 4a9f45a3a..4fbc16b71 100644 --- a/docs/self-hosting/deployments/kubernetes.mdx +++ b/docs/self-hosting/deployments/kubernetes.mdx @@ -35,6 +35,7 @@ nameOverride: "" frontend: name: frontend podAnnotations: {} + deploymentAnnotations: {} replicaCount: 2 image: repository: infisical/frontend @@ -51,6 +52,7 @@ frontend: backend: name: backend podAnnotations: {} + deploymentAnnotations: {} replicaCount: 2 image: repository: infisical/backend