mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 23:45:31 +02:00
Rename targetPort to containerPort
This commit is contained in:
parent
c58c6c98c5
commit
55726a54c0
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ spec:
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.targetPort | default 1337 }}
|
||||
containerPort: {{ .Values.service.containerPort | default 1337 }}
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -46,10 +46,10 @@ securityContext: {}
|
|||
service:
|
||||
type: ClusterIP
|
||||
port: 1337
|
||||
## @param service.targetPort Planka HTTP container port
|
||||
## @param service.containerPort Planka HTTP container port
|
||||
## If empty will default to 1337
|
||||
##
|
||||
targetPort: 1337
|
||||
containerPort: 1337
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue