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
|
protocol: TCP
|
||||||
name: kms
|
name: kms
|
||||||
- port: {{ .Values.service.httpPort }}
|
- port: {{ .Values.service.httpPort }}
|
||||||
targetPort: 80
|
targetPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in New Issue