Fix typo which breaks k8s example manifest
This commit is contained in:
parent
e9c63f3988
commit
9cf4e730e7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
hostPort: 80
|
||||
- name: admin
|
||||
containerPort: 8080
|
||||
hostport: 8080
|
||||
hostPort: 8080
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
|
Loading…
Reference in a new issue