Update 2 files
- /charts/durpapi/templates/deployment.yaml - /charts/durpapi/templates/ingress.yaml
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.port }}
|
||||
containerPort: {{ .Values.service.targetport }}
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ .Values.deployment.secretfile }}
|
||||
Reference in New Issue
Block a user