1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pterodactyl-on-k8s/charts/pterodactyl-panel/values.yaml
Vojtech Mares eeada0e25d
Some checks are pending
Release Docs / Release Docs (push) Waiting to run
Release / Build and publish a Docker image / build-and-push-image (push) Waiting to run
chore: wip
2024-05-01 07:47:42 +02:00

126 lines
2.1 KiB
YAML

nameOverride: ""
fullnameOverride: ""
autoscaling:
enabled: false
nginx:
imagePullSecrets: []
image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.23.1"
replicaCount: 1
autoscaling:
minReplicas: 2
maxReplicas: 10
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
service:
type: ClusterIP
port: 8080
resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
podAnnotations: {}
podSecurityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- NET_RAW
securityContext:
runAsNonRoot: true
runAsUser: 10014
runAsGroup: 10014
nodeSelector: {}
tolerations: []
affinity: {}
phpFpm:
imagePullSecrets: []
image:
repository: ghcr.io/acaslab/pterodactyl-panel
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
replicaCount: 1
autoscaling:
minReplicas: 2
maxReplicas: 10
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
service:
type: ClusterIP
port: 9000
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 600m
memory: 512Mi
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
nodeSelector: {}
tolerations: []
affinity: {}
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: example.com
paths:
- path: /
pathType: Prefix
tls: []
# - secretName: example-tls
# hosts:
# - example.com