CoolFace
Apppublic

enzostvs/deepsite

sourceHugging Facemitupdated 8mo agoView on Hugging Face
17klikes
values.yaml82 linesDownload Raw Back to chart
1image:2  repository: registry.internal.huggingface.tech/deepsite3  name: deepsite4  tag: 0.0.0-latest5  pullPolicy: IfNotPresent6 7replicas: 18 9domain: deepsite.hf.co10 11networkPolicy:12  enabled: true13  allowedBlocks: []14  # allowedBlocks:15  #   - 10.0.240.0/2416  #   - 10.0.241.0/2417  #   - 10.0.242.0/2418  #   - 10.0.243.0/2419  #   - 10.0.244.0/2420  #   - 10.240.0.0/2421  #   - 10.16.0.0/1622 23service:24  type: NodePort25  annotations: { }26 27serviceAccount:28  enabled: false29  create: false30  name: ""31  automountServiceAccountToken: true32  annotations: { }33 34ingress:35  enabled: true36  path: "/"37  annotations: { }38  # className: "nginx"39  tls: { }40    # secretName: XXX41 42ingressInternal:43  enabled: false44  path: "/"45  annotations: { }46  # className: "nginx"47  tls: { }48 49resources:50  requests:51    cpu: 252    memory: 4Gi53  limits:54    cpu: 255    memory: 4Gi56nodeSelector: {}57tolerations: []58 59envVars: { }60 61infisical:62  enabled: false63  env: ""64  project: "deepsite-f-hvj"65  url: ""66  resyncInterval: 6067  operatorSecretName: "deepsite-operator-secrets"68  operatorSecretNamespace: "hub-utils"69 70# Allow to environment injections on top or instead of infisical71extraEnvFrom: []72extraEnv: []73 74autoscaling:75  enabled: false76  minReplicas: 177  maxReplicas: 278  targetMemoryUtilizationPercentage: ""79  targetCPUUtilizationPercentage: ""80 81## Metrics removed; monitoring configuration no longer used82