Files
inter-hub/deploy/helm/inter-hub/values.yaml
tegwick 5ac4c453b8
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 5m54s
fix(deploy): use reachable gitea registry host
2026-06-14 15:00:59 +02:00

34 lines
596 B
YAML

replicaCount: 1
image:
repository: gitea.coulomb.social/coulomb/inter-hub
tag: "latest"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8000
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
resources:
requests:
memory: "512Mi"
cpu: "250m"
limits:
memory: "2Gi"
cpu: "1000m"
envFrom:
secretRef: inter-hub-env
runMigrations: false