mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
global:
|
|
namespace: fluxer
|
|
imagePullSecret: ghcr-pull-secret
|
|
registry: ""
|
|
|
|
svc:
|
|
name: unfurl
|
|
image: fluxer-unfurl
|
|
tag: ''
|
|
shard:
|
|
replicas: 4
|
|
port: 8090
|
|
minReadySeconds: 10
|
|
terminationGracePeriodSeconds: 60
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
memory: 512Mi
|
|
router:
|
|
replicas: 2
|
|
port: 8090
|
|
minReadySeconds: 10
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
terminationGracePeriodSeconds: 60
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
memory: 256Mi
|
|
nats:
|
|
url: nats://nats-core:4222
|
|
cache:
|
|
maxEntries: 250000
|
|
ttlMs: '1800000'
|
|
extraEnv:
|
|
- name: FLUXER_MEDIA_PROXY_ENDPOINT
|
|
value: http://media-proxy:8080
|
|
- name: FLUXER_MEDIA_PROXY_PUBLIC_ENDPOINT
|
|
value: https://fluxerusercontent.com
|
|
- name: FLUXER_STATIC_CDN_ENDPOINT
|
|
value: https://fluxerstatic.com
|
|
- name: FLUXER_MEDIA_PROXY_SECRET_KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: fluxer-media-proxy-v2-env
|
|
key: FLUXER_MEDIA_PROXY_SECRET_KEY
|
|
- name: FLUXER_YOUTUBE_API_KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: fluxer-youtube-api
|
|
key: api_key
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
|
|
pdb:
|
|
minAvailable: '75%'
|