Fixed ports
This commit is contained in:
parent
8728857c7a
commit
842197f5d1
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -11,7 +11,7 @@ spec:
|
||||
targetPort: 9091
|
||||
protocol: TCP
|
||||
name: transmission
|
||||
- port: {{ .Values.service.dht-port }}
|
||||
- port: {{ .Values.service.tcpPort }}
|
||||
targetPort: 56451
|
||||
protocol: TCP
|
||||
name: dht-tcp
|
||||
@ -27,7 +27,7 @@ metadata:
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.udp-port }}
|
||||
- port: {{ .Values.service.udpPort }}
|
||||
targetPort: 56451
|
||||
protocol: UDP
|
||||
name: dht-udp
|
||||
|
||||
@ -33,8 +33,8 @@ securityContext:
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 9091
|
||||
dht-tcp: 56451
|
||||
dht-udp: 56451
|
||||
tcpPort: 56451
|
||||
udpPort: 56451
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user