All checks were successful
build, sign and push / build-and-sign (push) Successful in 27s
12 lines
242 B
YAML
12 lines
242 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "nginx.fullname" . }}
|
|
spec:
|
|
type: {{ .Values.service.type }}
|
|
ports:
|
|
- port: {{ .Values.service.port }}
|
|
targetPort: 8080
|
|
selector:
|
|
app: {{ include "nginx.name" . }}
|