mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
24 lines
327 B
YAML
24 lines
327 B
YAML
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
global:
|
|
namespace: fluxer
|
|
imagePullSecret: ghcr-pull-secret
|
|
registry: ""
|
|
|
|
app:
|
|
name: ''
|
|
image: ''
|
|
tag: ''
|
|
replicas: 2
|
|
port: 8080
|
|
config: ''
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
memory: 512Mi
|
|
|
|
pdb:
|
|
minAvailable: '50%'
|