apiVersion: apps/v1 kind: Deployment metadata: name: argo-server namespace: argo spec: template: spec: containers: - name: argo-server args: - server - --auth-mode=server - --secure=false resources: limits: cpu: "500m" memory: 128Mi requests: cpu: 100m memory: 64Mi readinessProbe: failureThreshold: 3 httpGet: port: 2746 path: / scheme: HTTP initialDelaySeconds: 5 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 1