55 lines
801 B
YAML
55 lines
801 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: tsl0922/ttyd
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
create: true
|
|
name: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 7681
|
|
|
|
ttyd:
|
|
port: 7681
|
|
# Shell command passed to ttyd. Switch to a custom image with kubectl for full functionality.
|
|
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
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext: {}
|
|
|
|
securityContext: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|