This commit is contained in:
Waylon S. Walker 2025-02-23 09:34:01 -06:00
parent 5507c7c7dc
commit 01e146db7c
6 changed files with 129 additions and 8 deletions

View file

@ -15,3 +15,32 @@ cpuLimit: 500m
memoryRequest: 100Mi
memoryLimit: 500Mi
targetMemoryUtilization: 400
podSecurityContext:
runAsNonRoot: true
runAsUser: 10000
fsGroup: 10000
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
probes:
liveness:
path: /health
initialDelaySeconds: 15
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
readiness:
path: /ready
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 3
successThreshold: 1
nodeSelector: {}
tolerations: []
affinity: {}