mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
35 lines
561 B
YAML
35 lines
561 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: ''
|
|
minReadySeconds: 10
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
terminationGracePeriodSeconds: 60
|
|
startupProbe:
|
|
enabled: true
|
|
path: /_health
|
|
periodSeconds: 5
|
|
timeoutSeconds: 2
|
|
failureThreshold: 24
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
memory: 512Mi
|
|
|
|
pdb:
|
|
minAvailable: '50%'
|