Skip to content

Commit

Permalink
service-mesh: simplify caps
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Mar 14, 2024
1 parent b68b53c commit 5df277f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion deployments/emojivoto-sm-egress/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ spec:
capabilities:
add:
- NET_ADMIN
- NET_RAW
- env:
- name: WEB_PORT
value: "8080"
Expand Down
1 change: 0 additions & 1 deletion deployments/emojivoto-sm-ingress/emoji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
capabilities:
add:
- NET_ADMIN
- NET_RAW
serviceAccountName: emoji
containers:
- env:
Expand Down
1 change: 0 additions & 1 deletion deployments/emojivoto-sm-ingress/voting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
capabilities:
add:
- NET_ADMIN
- NET_RAW
serviceAccountName: voting
containers:
- env:
Expand Down
1 change: 0 additions & 1 deletion deployments/emojivoto-sm-ingress/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ spec:
capabilities:
add:
- NET_ADMIN
- NET_RAW
serviceAccountName: web
containers:
- env:
Expand Down

0 comments on commit 5df277f

Please sign in to comment.