mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-27 05:24:32 -04:00
Fix service.yaml containing invalid targetPort
This commit is contained in:
parent
83a1638ba5
commit
6f5b743d26
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ spec:
|
|||
protocol: TCP
|
||||
name: kms
|
||||
- port: {{ .Values.service.httpPort }}
|
||||
targetPort: 80
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue