mirror of
https://github.com/LeNei/fullstack-helm-chart.git
synced 2026-02-13 22:56:19 +00:00
First commit
This commit is contained in:
11
templates/api-service.yaml
Normal file
11
templates/api-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Values.api.appName }}
|
||||
spec:
|
||||
selector:
|
||||
app: {{ .Values.api.appName }}
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
Reference in New Issue
Block a user