mirror of https://github.com/SystemRage/py-kms.git
Fix service.yaml containing invalid targetPort
This commit is contained in:
parent
83a1638ba5
commit
6f5b743d26
|
@ -12,7 +12,7 @@ spec:
|
|||
protocol: TCP
|
||||
name: kms
|
||||
- port: {{ .Values.service.httpPort }}
|
||||
targetPort: 80
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
|
Loading…
Reference in New Issue