mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
28 lines
429 B
YAML
28 lines
429 B
YAML
# Default values for Termix Helm Chart
|
|
image:
|
|
repository: bugattiguy527/termix
|
|
pullPolicy: Always
|
|
|
|
port: 8080
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "128Mi"
|
|
limits:
|
|
cpu: "500m"
|
|
memory: "512Mi"
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: local-path
|
|
size: 1Gi
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: termix.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - termix.example.com
|