Loading helm/capif/charts/mongo-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -71,3 +72,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} helm/capif/charts/mongo-register/templates/hpa.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} {{- if .Values.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler Loading Loading @@ -30,3 +31,4 @@ spec: averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- end }} No newline at end of file helm/capif/charts/mongo-register/templates/ingress.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} {{- if .Values.ingress.enabled -}} {{- $fullName := include "mongo-register.fullname" . -}} {{- $svcPort := .Values.service.port -}} Loading Loading @@ -59,3 +60,4 @@ spec: {{- end }} {{- end }} {{- end }} {{- end }} No newline at end of file helm/capif/charts/mongo-register/templates/pvc.yaml +3 −1 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: v1 kind: PersistentVolumeClaim metadata: Loading @@ -10,3 +11,4 @@ spec: resources: requests: storage: {{ .Values.persistence.storage }} {{- end }} No newline at end of file helm/capif/charts/mongo-register/templates/service.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: v1 kind: Service metadata: Loading @@ -13,3 +14,4 @@ spec: name: http selector: {{- include "mongo-register.selectorLabels" . | nindent 4 }} {{- end }} Loading
helm/capif/charts/mongo-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -71,3 +72,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} {{- end }}
helm/capif/charts/mongo-register/templates/hpa.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} {{- if .Values.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler Loading Loading @@ -30,3 +31,4 @@ spec: averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- end }} No newline at end of file
helm/capif/charts/mongo-register/templates/ingress.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} {{- if .Values.ingress.enabled -}} {{- $fullName := include "mongo-register.fullname" . -}} {{- $svcPort := .Values.service.port -}} Loading Loading @@ -59,3 +60,4 @@ spec: {{- end }} {{- end }} {{- end }} {{- end }} No newline at end of file
helm/capif/charts/mongo-register/templates/pvc.yaml +3 −1 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: v1 kind: PersistentVolumeClaim metadata: Loading @@ -10,3 +11,4 @@ spec: resources: requests: storage: {{ .Values.persistence.storage }} {{- end }} No newline at end of file
helm/capif/charts/mongo-register/templates/service.yaml +2 −0 Original line number Diff line number Diff line {{- if .Values.enabled | default false }} apiVersion: v1 kind: Service metadata: Loading @@ -13,3 +14,4 @@ spec: name: http selector: {{- include "mongo-register.selectorLabels" . | nindent 4 }} {{- end }}