generated from coulomb/repo-seed
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 5m54s
34 lines
596 B
YAML
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
|