[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" . }}
|
{{ template "injector.service.annotations" . }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 443
|
- name: https
|
||||||
|
port: 443
|
||||||
targetPort: {{ .Values.injector.port }}
|
targetPort: {{ .Values.injector.port }}
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: {{ include "vault.name" . }}-agent-injector
|
app.kubernetes.io/name: {{ include "vault.name" . }}-agent-injector
|
||||||
|
|
Loading…
Reference in a new issue