oecis-charts/charts/teamspeak3/values.yaml
Jan-Niklas Weghorn 01642ccbce add teamspeak3
2024-02-05 11:58:22 +01:00

50 lines
701 B
YAML

image:
repository: teamspeak
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
service:
voice:
type: ClusterIP
port: 9987
file:
type: ClusterIP
port: 30033
query:
type: ClusterIP
port: 10011
resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
nodeSelector: {}
tolerations: []
affinity: {}
extraEnv: []
extraVolumes: []
extraVolumeMounts: []
configs:
allowlist: []
persistentVolume:
accessModes: [ReadWriteOnce]
annotations: {}
#storageClass: "azure-managed-ssd"
size: 1Gi