mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
6ce9647fde
commit
8d04dfc900
5 changed files with 110 additions and 10 deletions
12
durpapi/templates/service.yaml
Normal file
12
durpapi/templates/service.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: "{{ .Chart.Name }}-service"
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.service.targetport }}
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: {{ .Chart.Name }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue