Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ spec:
serviceAccountName: kapprover
containers:
- name: tls-approver
image: proofpoint/kapprover:0.7.0
imagePullPolicy: Always
image: proofpoint/kapprover:v0.14.0
ports:
- containerPort: 8081
protocol: TCP
Expand All @@ -40,3 +39,9 @@ spec:
limits:
cpu: 100m
memory: 50Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- all
runAsNonRoot: true