feat: add stub atlantis chart

This commit is contained in:
2024-02-02 13:40:14 +01:00
parent 2869c95bf6
commit 1bff28ab6c
26 changed files with 804 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "Atlantis.fullname" . }}
labels:
{{- include "Atlantis.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "Atlantis.selectorLabels" . | nindent 4 }}