34 lines
595 B
YAML
34 lines
595 B
YAML
|
|
replicaCount: 1
|
||
|
|
|
||
|
|
image:
|
||
|
|
repository: 92.205.130.254:32166/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: true
|