diff --git a/definitions/peer/deployment.yaml b/definitions/peer/deployment.yaml index 8ea7033f..fc3b124a 100644 --- a/definitions/peer/deployment.yaml +++ b/definitions/peer/deployment.yaml @@ -30,47 +30,6 @@ spec: topologyKey: kubernetes.io/hostname weight: 100 containers: - - env: - - name: LICENSE - value: accept - image: "" - imagePullPolicy: Always - livenessProbe: - failureThreshold: 6 - initialDelaySeconds: 30 - tcpSocket: - port: 2375 - timeoutSeconds: 5 - name: dind - ports: - - containerPort: 2375 - readinessProbe: - exec: - command: - - readiness.sh - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 5 - resources: - limits: - cpu: 500m - memory: 1000M - requests: - cpu: 500m - memory: 1000M - securityContext: - seccompProfile: - type: RuntimeDefault - allowPrivilegeEscalation: true - capabilities: - add: - - NET_BIND_SERVICE - drop: - - ALL - privileged: true - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - env: - name: LICENSE value: accept