mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add Signal Gateway Helm chart with deployment, service, ingress, and values configuration
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user