replicaCount: 3
image: {repository: ghcr.io/example/cloud-command, tag: sha, pullPolicy: IfNotPresent}
service: {port: 80, targetPort: 8080}
ingress: {enabled: true, className: nginx, host: cloud.example.com, tlsSecret: cloud-command-tls}
autoscaling: {enabled: true, minReplicas: 3, maxReplicas: 12, targetCPUUtilizationPercentage: 65, targetMemoryUtilizationPercentage: 75}
resources: {requests: {cpu: 250m, memory: 256Mi}, limits: {cpu: "1", memory: 512Mi}}
networkPolicy: {enabled: true}
podDisruptionBudget: {minAvailable: 2}
podSecurity: {enforce: restricted}
