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.
 
 
 

64 lines
1.2 KiB

  1. ---
  2. replicaCount: 1
  3. image:
  4. repository: dutchcoders/transfer.sh
  5. tag: latest
  6. pullPolicy: IfNotPresent
  7. nameOverride: ""
  8. fullnameOverride: ""
  9. service:
  10. type: ClusterIP
  11. name: transfersh-service
  12. externalPort: 80
  13. internalPort: 8080
  14. argIdentifier: "--"
  15. argValues : {
  16. "source" :{
  17. "type" : "secretKeyRef",
  18. "name" : "transfersh-secrets"
  19. },
  20. "paramNames" :[
  21. "http-auth-user",
  22. "http-auth-pass",
  23. "provider",
  24. "aws-access-key",
  25. "aws-secret-key",
  26. "bucket",
  27. "s3-region",
  28. "proxy-path"
  29. ]
  30. }
  31. ingress:
  32. enabled: false
  33. annotations: {}
  34. path: /
  35. hosts:
  36. - transfersh.local
  37. tls: []
  38. # - secretName: chart-example-tls
  39. # hosts:
  40. # - chart-example.local
  41. resources: {}
  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:'.
  46. # limits:
  47. # cpu: 100m
  48. # memory: 128Mi
  49. # requests:
  50. # cpu: 100m
  51. # memory: 128Mi
  52. nodeSelector: {}
  53. tolerations: []
  54. affinity: {}