mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-19 13:19:03 +00:00
50 lines
701 B
YAML
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
|