replicaCount: 1 image: repository: mitchtalmadge/amp-dockerized pullPolicy: IfNotPresent tag: "" imagePullSecrets: [ ] nameOverride: "" fullnameOverride: "" config: admin: user: "" pass: "" license: "" service: type: ClusterIP ingress: host: "example.com" path: "/" annotations: {} gamePorts: [] volume: |- emptyDir: {} podAnnotations: { } podSecurityContext: { } securityContext: { } # capabilities: # drop: # - ALL # runAsNonRoot: true # runAsUser: 1000 resources: limits: cpu: 4 ephemeral-storage: 16Gi memory: 16Gi requests: cpu: 2 ephemeral-storage: 4Gi memory: 4Gi nodeSelector: { } tolerations: [ ] affinity: { }