Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Set high priority class to resources #66

Merged
merged 1 commit into from Jun 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/app/log-collector.yaml
Expand Up @@ -109,6 +109,7 @@ spec:
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
spec:
priorityClassName: system-cluster-critical
securityContext:
runAsUser: 0
seLinuxOptions:
Expand Down
1 change: 1 addition & 0 deletions resources/app/lr-aggregator.yaml
Expand Up @@ -79,6 +79,7 @@ spec:
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
spec:
priorityClassName: system-cluster-critical
securityContext:
runAsUser: 0
seLinuxOptions:
Expand Down
1 change: 1 addition & 0 deletions resources/app/lr-collector.yaml
Expand Up @@ -80,6 +80,7 @@ spec:
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
spec:
priorityClassName: system-cluster-critical
securityContext:
runAsUser: 0
seLinuxOptions:
Expand Down
1 change: 1 addition & 0 deletions resources/app/lr-forwarder.yaml
Expand Up @@ -50,6 +50,7 @@ spec:
annotations:
seccomp.security.alpha.kubernetes.io/pod: docker/default
spec:
priorityClassName: system-cluster-critical
securityContext:
runAsUser: 0
seLinuxOptions:
Expand Down