commit
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: http
|
||||
containerPort: 80
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ .Values.deployment.secretfile }}
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
service:
|
||||
name: durpapi
|
||||
port:
|
||||
number: http
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.ingress.host }}
|
||||
|
||||
@@ -6,7 +6,7 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: durpapi
|
||||
Reference in New Issue
Block a user