apiVersion: apps/v1 kind: Deployment metadata: name: argocd-dex-server namespace: argocd spec: template: spec: containers: - name: dex-server readinessProbe: tcpSocket: port: 5556 initialDelaySeconds: 5 periodSeconds: 10 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 livenessProbe: tcpSocket: port: 5556 initialDelaySeconds: 10 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3