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