Skip to content

Commit

Permalink
Add a name to the service port (#262)
Browse files Browse the repository at this point in the history
The prometheus operator requires a named service port. This also matches
The service created by the vault helm chart.
  • Loading branch information
LS80 authored Apr 28, 2022
1 parent 86684e6 commit 15f3572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/injector-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ metadata:
app.kubernetes.io/instance: vault
spec:
ports:
- port: 443
- name: https
port: 443
targetPort: 8080
selector:
app.kubernetes.io/name: vault-injector
Expand Down

0 comments on commit 15f3572

Please sign in to comment.