mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-09-24 04:59:28 +08:00
Fix service.yaml containing invalid targetPort
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user