Initial Helm and Kargo setup
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-web
|
||||
|
||||
spec:
|
||||
selector:
|
||||
app: {{ .Release.Name }}-web
|
||||
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.service.port }}
|
||||
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user