mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
fix service
This commit is contained in:
@@ -23,8 +23,8 @@ spec:
|
||||
type: {{ .service.type }}
|
||||
ports:
|
||||
- port: {{ .service.port }}
|
||||
targetPort: {{ .targetPort }}
|
||||
protocol: {{ .protocol }}
|
||||
targetPort: {{ .service.targetPort }}
|
||||
protocol: {{ .service..protocol }}
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ $serviceName }}
|
||||
|
||||
Reference in New Issue
Block a user