fix build
All checks were successful
build, sign and push / build-and-sign (push) Successful in 27s

This commit is contained in:
2026-03-26 19:38:05 +07:00
parent aadfe767d3
commit 430d4de3d6
6 changed files with 61 additions and 30 deletions

View File

@@ -1,11 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: { { include "nginx.fullname" . } }
name: {{ include "nginx.fullname" . }}
spec:
type: { { .Values.service.type } }
type: {{ .Values.service.type }}
ports:
- port: { { .Values.service.port } }
targetPort: 80
- port: {{ .Values.service.port }}
targetPort: 8080
selector:
app: { { include "nginx.name" . } }
app: {{ include "nginx.name" . }}