mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
23 lines
312 B
YAML
23 lines
312 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
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
memory: 128Mi
|
|
|
|
pdb:
|
|
minAvailable: '50%'
|