Merge pull request #1493 from ijc25/dhcp-oom-score-adj

Update example DHCP containers with oom_score_adj -> oomScoreAdj
This commit is contained in:
Justin Cormack 2017-04-05 10:54:19 +01:00 committed by GitHub
commit ef79efee6e
7 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
- name: sshd
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
capabilities:

View File

@ -30,7 +30,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
- name: sshd
image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847"
capabilities:

View File

@ -33,7 +33,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
- name: nginx
image: "nginx:alpine"
capabilities:

View File

@ -33,7 +33,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
- name: nginx
image: "nginx:alpine"
capabilities:

View File

@ -20,7 +20,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
files:
outputs:
- format: kernel+initrd

View File

@ -25,7 +25,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
outputs:
- format: kernel+initrd
- format: iso-bios

View File

@ -32,7 +32,7 @@ daemon:
- CAP_NET_BIND_SERVICE
- CAP_NET_RAW
net: host
oom_score_adj: -800
oomScoreAdj: -800
- name: virtsock-server
image: "mobylinux/test-virtsock:35fea96fd01f6edb67021c494ddf098fdb8bbca0"
readonly: true