mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-09 15:26:05 +08:00
Fix service.yaml containing invalid targetPort
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
protocol: TCP
|
||||
name: kms
|
||||
- port: {{ .Values.service.httpPort }}
|
||||
targetPort: 80
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
Reference in New Issue
Block a user