More port-alignment
This commit is contained in:
parent
a225b0130a
commit
b343d38208
@ -50,8 +50,9 @@ spec:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.port }}
|
||||
- port: {{ .Values.service.port }}
|
||||
containerPort: 8080
|
||||
name: http
|
||||
protocol: TCP
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
|
@ -8,7 +8,7 @@ spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 80
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
@ -39,8 +39,8 @@ securityContext: {}
|
||||
# runAsUser: 1000
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
type: LoadBalancer
|
||||
port: 8597
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user