fix owncloud
This commit is contained in:
@ -3,7 +3,7 @@ entries:
|
||||
jackett:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.584574+01:00"
|
||||
created: "2025-01-14T02:53:00.832503+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: cb583d90a982e50cb0028e2d8d2afce93ef8f64dc202ddffd59262a74ff33fe1
|
||||
name: jackett
|
||||
@ -14,7 +14,7 @@ entries:
|
||||
overseerr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.585268+01:00"
|
||||
created: "2025-01-14T02:53:00.833139+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: ac634ebbb7000644e02606157bedbc8ab6e3dd59d22d8ee699093d0f683a2899
|
||||
name: overseerr
|
||||
@ -25,9 +25,9 @@ entries:
|
||||
owncloud:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.585784+01:00"
|
||||
created: "2025-01-14T02:53:00.833468+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: 82ae9f5e1824dfeab56c7566be800b0b93cd4d47516614bfe560fb1429cab2a0
|
||||
digest: ba7fdb09d20293cb60d2f1519e4ba3b856d85cdafa4273d9918efc2c29b2ec95
|
||||
name: owncloud
|
||||
type: application
|
||||
urls:
|
||||
@ -36,7 +36,7 @@ entries:
|
||||
plex:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.586335+01:00"
|
||||
created: "2025-01-14T02:53:00.834237+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: 565cd7f5ab705d99bb9d5c81b6e8b0e9168be4cf442e1e5daba18bfcf0b5d882
|
||||
name: plex
|
||||
@ -47,7 +47,7 @@ entries:
|
||||
qbittorrent:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.586745+01:00"
|
||||
created: "2025-01-14T02:53:00.834604+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: 962463c2a27832ad6dc9709a3be008f242e1b039d9da7579becfa0bb96f6e063
|
||||
name: qbittorrent
|
||||
@ -58,7 +58,7 @@ entries:
|
||||
radarr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.587124+01:00"
|
||||
created: "2025-01-14T02:53:00.834966+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: 78b75bd7d472fadde70016881f54f3359293b39d6ea964344131cc5572bb2b2f
|
||||
name: radarr
|
||||
@ -69,7 +69,7 @@ entries:
|
||||
sonarr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.16.0
|
||||
created: "2025-01-14T02:44:05.587499+01:00"
|
||||
created: "2025-01-14T02:53:00.835323+01:00"
|
||||
description: A Helm chart for Kubernetes
|
||||
digest: ba9b24a526270d72b33d1918755baa182095f97fb4f38df16b5a833c8138d6dc
|
||||
name: sonarr
|
||||
@ -77,4 +77,4 @@ entries:
|
||||
urls:
|
||||
- sonarr-0.1.0.tgz
|
||||
version: 0.1.0
|
||||
generated: "2025-01-14T02:44:05.583604+01:00"
|
||||
generated: "2025-01-14T02:53:00.831747+01:00"
|
||||
|
Binary file not shown.
@ -1,32 +0,0 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "owncloud.fullname" . }}
|
||||
labels:
|
||||
{{- include "owncloud.labels" . | nindent 4 }}
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: {{ include "owncloud.fullname" . }}
|
||||
minReplicas: {{ .Values.autoscaling.minReplicas }}
|
||||
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
|
||||
metrics:
|
||||
{{- if .Values.autoscaling.targetCPUUtilizationPercentage }}
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
|
||||
{{- end }}
|
||||
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
- type: Resource
|
||||
resource:
|
||||
name: memory
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
{{- end }}
|
||||
{{- end }}
|
@ -1,13 +0,0 @@
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "owncloud.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "owncloud.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user