infra/manifests/ttyd/values.yaml
2026-03-25 17:06:10 +02:00

49 lines
928 B
YAML

# ttyd environment-specific values
# Overrides charts/ttyd/values.yaml defaults
replicaCount: 1
image:
# Switch to a custom image that bundles ttyd + kubectl for full kubectl support.
# Example: repository: registry.dvirlabs.com/ttyd-kubectl
repository: tsl0922/ttyd
tag: latest
pullPolicy: IfNotPresent
serviceAccount:
create: true
name: ""
service:
port: 7681
ttyd:
port: 7681
# Shell to launch in the browser terminal.
# Change to /bin/bash if using a custom image that includes bash + kubectl.
command: "/bin/sh"
ingress:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
host: kctl.dvirlabs.com
path: /
pathType: Prefix
tls:
enabled: true
secretName: tls-ttyd-ingress
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}