Deliver the inbox-suggestion implementation from WP-0012: Core Hub Helm chart and Makefile targets, CNPG backup status tooling, and updated backup handoff docs. Archive the finished WP-0012 workplan and register ready follow-ups WP-0013 (CNPG backup wiring + restore drill) and WP-0014 (Core Hub Helm cutover and vergabe-teilnahme image refresh).
63 lines
No EOL
1.1 KiB
YAML
63 lines
No EOL
1.1 KiB
YAML
nameOverride: core-hub-api
|
|
|
|
image:
|
|
repository: forgejo.coulomb.social/coulomb/core-hub
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
|
|
replicaCount: 1
|
|
|
|
runtime:
|
|
coreHubEnv: production
|
|
autoCreateTables: "0"
|
|
|
|
envSecretName: core-hub-prod-env
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8010
|
|
targetPort: 8010
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 512Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 1Gi
|
|
|
|
probes:
|
|
liveness:
|
|
path: /healthz
|
|
initialDelaySeconds: 15
|
|
periodSeconds: 20
|
|
timeoutSeconds: 5
|
|
failureThreshold: 3
|
|
readiness:
|
|
path: /readyz
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 10
|
|
timeoutSeconds: 5
|
|
failureThreshold: 3
|
|
|
|
migration:
|
|
enabled: false
|
|
jobName: core-hub-migrate
|
|
backoffLimit: 1
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
host: hub.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
|
|
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {} |