feat: Add Termix Helm chart with deployment, service, ingress, PVC, and values configuration

This commit is contained in:
sha
2026-03-21 02:26:43 +02:00
parent cca901b52e
commit f6c0489942
6 changed files with 136 additions and 0 deletions
+27
View File
@@ -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