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 }} imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
ports: ports:
- name: http - name: http
containerPort: http containerPort: 80
envFrom: envFrom:
- secretRef: - secretRef:
name: {{ .Values.deployment.secretfile }} name: {{ .Values.deployment.secretfile }}

View File

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

View File

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