This commit is contained in:
2023-04-09 16:25:11 -05:00
parent 217052ba34
commit 4959d9a068
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ spec:
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
ports:
- name: http
containerPort: http
containerPort: 80
envFrom:
- secretRef:
name: {{ .Values.deployment.secretfile }}

View File

@@ -16,7 +16,7 @@ spec:
service:
name: durpapi
port:
number: http
number: 80
tls:
- hosts:
- {{ .Values.ingress.host }}

View File

@@ -6,7 +6,7 @@ spec:
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: http
targetPort: 80
protocol: TCP
selector:
app: durpapi