[injector] Add port name in injector service (#495)
* [injector] Add port name in injector service * [injector] Hardcore port to https
This commit is contained in:
parent
366cf23a75
commit
088ce89dc1
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ metadata:
|
|||
{{ template "injector.service.annotations" . }}
|
||||
spec:
|
||||
ports:
|
||||
- port: 443
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: {{ .Values.injector.port }}
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "vault.name" . }}-agent-injector
|
||||
|
|
Loading…
Reference in a new issue