2026-06-15 08:48:16 +02:00
|
|
|
image:
|
2026-06-15 09:02:02 +02:00
|
|
|
repository: gitea.coulomb.social/coulomb/reuse-surface
|
2026-06-15 08:48:16 +02:00
|
|
|
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
|
|
|
|
|
|
2026-06-15 09:02:02 +02:00
|
|
|
envSecretName: reuse-surface-env
|
2026-06-15 08:48:16 +02:00
|
|
|
|
|
|
|
|
ingress:
|
2026-06-15 09:02:02 +02:00
|
|
|
enabled: true
|
2026-06-15 08:48:16 +02:00
|
|
|
className: traefik
|
2026-06-15 09:02:02 +02:00
|
|
|
host: reuse.coulomb.social
|
2026-06-15 08:48:16 +02:00
|
|
|
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: {}
|