blob: e48cb60f0c025cdbc8afd3df4217cc6c15988aae [file] [log] [blame]
Giorgi Lekveishvili2c866652025-07-23 12:48:57 +04001replicaCount: 1
2
3image:
4 repository: excalidraw/excalidraw
5 pullPolicy: IfNotPresent
6 tag: "latest"
7
8imagePullSecrets: []
9nameOverride: ""
10fullnameOverride: ""
11
12serviceAccount:
13 # Specifies whether a service account should be created
14 create: true
15 # Annotations to add to the service account
16 annotations: {}
17 # The name of the service account to use.
18 # If not set and create is true, a name is generated using the fullname template
19 name: ""
20
21podAnnotations: {}
22
23podSecurityContext: {}
24 # fsGroup: 2000
25
26securityContext: {}
27 # capabilities:
28 # drop:
29 # - ALL
30 # readOnlyRootFilesystem: true
31 # runAsNonRoot: true
32 # runAsUser: 1000
33
34service:
35 type: ClusterIP
36 port: 80
37
38ingress:
39 enabled: false
40 className: ""
41 annotations: {}
42 # kubernetes.io/ingress.class: nginx
43 # kubernetes.io/tls-acme: "true"
44 hosts:
45 - host: chart-example.local
46 paths:
47 - path: /
48 pathType: ImplementationSpecific
49 tls: []
50 # - secretName: chart-example-tls
51 # hosts:
52 # - chart-example.local
53
54resources: {}
55 # We usually recommend not to specify default resources and to leave this as a conscious
56 # choice for the user. This also increases chances charts run on environments with little
57 # resources, such as Minikube. If you do want to specify resources, uncomment the following
58 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
59 # limits:
60 # cpu: 100m
61 # memory: 128Mi
62 # requests:
63 # cpu: 100m
64 # memory: 128Mi
65
66nodeSelector: {}
67
68tolerations: []
69
70affinity: {}