Update 3 files
- /charts/durpapi/templates/service.yaml - /charts/durpapi/templates/ingress.yaml - /charts/durpapi/values.yaml
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user