image: repository: gitea.coulomb.social/coulomb/reuse-surface tag: "" pullPolicy: IfNotPresent replicaCount: 1 service: type: ClusterIP port: 8000 targetPort: 8000 persistence: enabled: true size: 1Gi mountPath: /data storageClassName: "" resources: requests: cpu: 100m memory: 256Mi limits: cpu: 500m memory: 512Mi envSecretName: reuse-surface-env ingress: enabled: true className: traefik host: reuse.coulomb.social tls: true annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" cert-manager.io/cluster-issuer: letsencrypt-prod probes: enabled: true path: /health port: 8000 liveness: initialDelaySeconds: 15 periodSeconds: 30 timeoutSeconds: 5 failureThreshold: 3 readiness: initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 podSecurityContext: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}