You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @schema description: shared values for all services
12
+
# @schema additionalProperties: true
13
+
global: {}
14
+
15
+
# @schema description: Set to 0 to stop the IOC, 1 to run the IOC
6
16
replicaCount: 1
7
17
8
-
#This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
18
+
#@schema description: container image URI
9
19
image:
10
20
repository: ghcr.io/diamondlightsource/dev-c7
11
21
# This sets the pull policy for images.
@@ -17,7 +27,7 @@ image:
17
27
userId: 1200288
18
28
userName: hgv27681
19
29
20
-
#set to true for Channel access to be served on the locl subnet.
30
+
#@schema description: enable host networking for the pod
21
31
hostNetwork: false
22
32
23
33
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@@ -26,31 +36,23 @@ imagePullSecrets: []
26
36
nameOverride: ""
27
37
fullnameOverride: ""
28
38
29
-
# This is for setting Kubernetes Annotations to a Pod.
30
-
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
39
+
# @schema description: Add annotations to the pod
31
40
podAnnotations: {}
32
-
# This is for setting Kubernetes Labels to a Pod.
33
-
#For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
41
+
42
+
#@schema description: Add labels to the pod
34
43
podLabels: {}
35
44
36
-
podSecurityContext:
37
-
{}
38
-
# fsGroup: 2000
39
-
40
-
resources:
41
-
{}
42
-
# We usually recommend not to specify default resources and to leave this as a conscious
43
-
# choice for the user. This also increases chances charts run on environments with little
44
-
# resources, such as Minikube. If you do want to specify resources, uncomment the following
45
-
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
0 commit comments