init
This commit is contained in:
11
helm/nginx/templates/service.yaml
Normal file
11
helm/nginx/templates/service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: { { include "nginx.fullname" . } }
|
||||
spec:
|
||||
type: { { .Values.service.type } }
|
||||
ports:
|
||||
- port: { { .Values.service.port } }
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: { { include "nginx.name" . } }
|
||||
Reference in New Issue
Block a user