Helm, Actions, Dev updates, and much more! (#4)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/4
This commit is contained in:
parent
db2953b151
commit
45b20ae2b0
16 changed files with 1230 additions and 883 deletions
15
templates/service.yaml
Normal file
15
templates/service.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "nile.fullname" . }}
|
||||
labels:
|
||||
{{- include "nile.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
{{- include "nile.selectorLabels" . | nindent 4 }}
|
Loading…
Add table
Add a link
Reference in a new issue