mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
32 lines
505 B
YAML
32 lines
505 B
YAML
# Default values for Signal Gateway Helm Chart
|
|
image:
|
|
repository: bbernhard/signal-cli-rest-api
|
|
pullPolicy: Always
|
|
|
|
port: 8080
|
|
|
|
env:
|
|
MODE: "json-rpc"
|
|
SIGNAL_CLI_UID: "1001"
|
|
SIGNAL_CLI_GID: "1001"
|
|
SWAGGER_HOST: "signal.hc.lan"
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "128Mi"
|
|
limits:
|
|
cpu: "1"
|
|
memory: "512Mi"
|
|
|
|
volume:
|
|
hostPath: ""
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: signal.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - signal.example.com
|