mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
add: deployment annotations (#4342)
This commit is contained in:
@ -11,6 +11,7 @@ metadata:
|
|||||||
name: coder
|
name: coder
|
||||||
labels:
|
labels:
|
||||||
{{- include "coder.labels" . | nindent 4 }}
|
{{- include "coder.labels" . | nindent 4 }}
|
||||||
|
annotations: {{ toYaml .Values.coder.annotations | nindent 4}}
|
||||||
spec:
|
spec:
|
||||||
# NOTE: this is currently not used as coder v2 does not support high
|
# NOTE: this is currently not used as coder v2 does not support high
|
||||||
# availability yet.
|
# availability yet.
|
||||||
|
@ -18,6 +18,10 @@ coder:
|
|||||||
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# coder.annotations -- The Deployment annotations. See:
|
||||||
|
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||||
|
annotations: {}
|
||||||
|
|
||||||
# coder.serviceAccount -- Configuration for the automatically created service
|
# coder.serviceAccount -- Configuration for the automatically created service
|
||||||
# account. Creation of the service account cannot be disabled.
|
# account. Creation of the service account cannot be disabled.
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
Reference in New Issue
Block a user