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