Skip to content

Commit

Permalink
Removed dind from peer deployments
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
Shoaeb Jindani committed Mar 21, 2024
1 parent 8cd76d1 commit a1786d5
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions definitions/peer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1786d5

Please sign in to comment.