| Giorgi Lekveishvili | 2c86665 | 2025-07-23 12:48:57 +0400 | [diff] [blame^] | 1 | replicaCount: 1 |
| 2 | |
| 3 | image: |
| 4 | repository: excalidraw/excalidraw |
| 5 | pullPolicy: IfNotPresent |
| 6 | tag: "latest" |
| 7 | |
| 8 | imagePullSecrets: [] |
| 9 | nameOverride: "" |
| 10 | fullnameOverride: "" |
| 11 | |
| 12 | serviceAccount: |
| 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 | |
| 21 | podAnnotations: {} |
| 22 | |
| 23 | podSecurityContext: {} |
| 24 | # fsGroup: 2000 |
| 25 | |
| 26 | securityContext: {} |
| 27 | # capabilities: |
| 28 | # drop: |
| 29 | # - ALL |
| 30 | # readOnlyRootFilesystem: true |
| 31 | # runAsNonRoot: true |
| 32 | # runAsUser: 1000 |
| 33 | |
| 34 | service: |
| 35 | type: ClusterIP |
| 36 | port: 80 |
| 37 | |
| 38 | ingress: |
| 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 | |
| 54 | resources: {} |
| 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 | |
| 66 | nodeSelector: {} |
| 67 | |
| 68 | tolerations: [] |
| 69 | |
| 70 | affinity: {} |