Baphomet is the dedicated bot for nulloctet matrix
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.7 KiB

  1. # Default values for baphomet-js.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 1
  5. image:
  6. repository: nexus.nulloctet.com:5000/nulloctet/baphomet-js
  7. tag: stable
  8. pullPolicy: IfNotPresent
  9. app:
  10. env:
  11. log_level: "info"
  12. node_env: "production"
  13. persistence:
  14. accessMode: ReadWriteOnce
  15. enabled: true
  16. size: 10Mi
  17. storageClass: storage
  18. imagePullSecrets: []
  19. nameOverride: ""
  20. fullnameOverride: ""
  21. serviceAccount:
  22. # Specifies whether a service account should be created
  23. create: true
  24. # The name of the service account to use.
  25. # If not set and create is true, a name is generated using the fullname template
  26. name:
  27. podSecurityContext: {}
  28. # fsGroup: 2000
  29. securityContext: {}
  30. # capabilities:
  31. # drop:
  32. # - ALL
  33. # readOnlyRootFilesystem: true
  34. # runAsNonRoot: true
  35. # runAsUser: 1000
  36. service:
  37. type: ClusterIP
  38. port: 80
  39. ingress:
  40. enabled: false
  41. annotations: {}
  42. # kubernetes.io/ingress.class: nginx
  43. # kubernetes.io/tls-acme: "true"
  44. hosts:
  45. - host: chart-example.local
  46. paths: []
  47. tls: []
  48. # - secretName: chart-example-tls
  49. # hosts:
  50. # - chart-example.local
  51. resources: {}
  52. # We usually recommend not to specify default resources and to leave this as a conscious
  53. # choice for the user. This also increases chances charts run on environments with little
  54. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  55. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  56. # limits:
  57. # cpu: 100m
  58. # memory: 128Mi
  59. # requests:
  60. # cpu: 100m
  61. # memory: 128Mi
  62. nodeSelector: {}
  63. tolerations: []
  64. affinity: {}