Update 3 files

- /charts/durpapi/templates/service.yaml
- /charts/durpapi/templates/ingress.yaml
- /charts/durpapi/values.yaml
This commit is contained in:
2023-04-16 13:34:47 +00:00
parent 3aabf1561a
commit 5f382a605a
3 changed files with 56 additions and 23 deletions

View File

@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: durpapi
name: {{ .Values.service.name }}
spec:
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 80
targetPort: {{ .Values.service.targetport }}
protocol: TCP
selector:
app: durpapi
app: {{ .Values.service.name }}