feat: add yolo-registr chart and app

This commit is contained in:
2025-02-13 14:12:03 +01:00
parent cd9ccd3402
commit c66a1e8876
12 changed files with 452 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "YoloRegistry.fullname" . }}
labels:
{{- include "YoloRegistry.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "YoloRegistry.selectorLabels" . | nindent 4 }}