Skip to content

Instantly share code, notes, and snippets.

@carlosescura
Created May 8, 2020 09:05
Show Gist options
  • Save carlosescura/11b022e98230222e117569d2adb01476 to your computer and use it in GitHub Desktop.
Save carlosescura/11b022e98230222e117569d2adb01476 to your computer and use it in GitHub Desktop.
workers:
replicas: 2
resources:
limits:
cpu: "2000m"
memory: "4Gi"
requests:
cpu: "1000m"
memory: "1Gi"
autoscaling:
enabled: true
maxReplicas: 4
metrics:
- .....
- .....
securityContext:
fsGroup: 65534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment