From 09e7e1811dc88df95784674930f9988fc4081e80 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 25 Dec 2023 12:16:54 +0000 Subject: [PATCH] Delete unused files and templates --- Devops/docs/ceph-ops.md | 1 + .../Public/oneuptime-ceph-storage/.helmignore | 23 ------ .../Public/oneuptime-ceph-storage/Chart.yaml | 24 ------ .../templates/_helpers.tpl | 62 -------------- .../templates/tests/test-connection.yaml | 15 ---- .../Public/oneuptime-ceph-storage/values.yaml | 82 ------------------- 6 files changed, 1 insertion(+), 206 deletions(-) create mode 100644 Devops/docs/ceph-ops.md delete mode 100644 HelmChart/Public/oneuptime-ceph-storage/.helmignore delete mode 100644 HelmChart/Public/oneuptime-ceph-storage/Chart.yaml delete mode 100644 HelmChart/Public/oneuptime-ceph-storage/templates/_helpers.tpl delete mode 100644 HelmChart/Public/oneuptime-ceph-storage/templates/tests/test-connection.yaml delete mode 100644 HelmChart/Public/oneuptime-ceph-storage/values.yaml diff --git a/Devops/docs/ceph-ops.md b/Devops/docs/ceph-ops.md new file mode 100644 index 0000000000..1fe9ea275a --- /dev/null +++ b/Devops/docs/ceph-ops.md @@ -0,0 +1 @@ +# Ops for Ceph Cluster \ No newline at end of file diff --git a/HelmChart/Public/oneuptime-ceph-storage/.helmignore b/HelmChart/Public/oneuptime-ceph-storage/.helmignore deleted file mode 100644 index 0e8a0eb36f..0000000000 --- a/HelmChart/Public/oneuptime-ceph-storage/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/HelmChart/Public/oneuptime-ceph-storage/Chart.yaml b/HelmChart/Public/oneuptime-ceph-storage/Chart.yaml deleted file mode 100644 index a19ee8c607..0000000000 --- a/HelmChart/Public/oneuptime-ceph-storage/Chart.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -name: oneuptime-ceph-storage -description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" diff --git a/HelmChart/Public/oneuptime-ceph-storage/templates/_helpers.tpl b/HelmChart/Public/oneuptime-ceph-storage/templates/_helpers.tpl deleted file mode 100644 index ce95473ce1..0000000000 --- a/HelmChart/Public/oneuptime-ceph-storage/templates/_helpers.tpl +++ /dev/null @@ -1,62 +0,0 @@ -{{/* -Expand the name of the chart. -*/}} -{{- define "oneuptime-ceph-storage.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "oneuptime-ceph-storage.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "oneuptime-ceph-storage.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "oneuptime-ceph-storage.labels" -}} -helm.sh/chart: {{ include "oneuptime-ceph-storage.chart" . }} -{{ include "oneuptime-ceph-storage.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "oneuptime-ceph-storage.selectorLabels" -}} -app.kubernetes.io/name: {{ include "oneuptime-ceph-storage.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "oneuptime-ceph-storage.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "oneuptime-ceph-storage.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} diff --git a/HelmChart/Public/oneuptime-ceph-storage/templates/tests/test-connection.yaml b/HelmChart/Public/oneuptime-ceph-storage/templates/tests/test-connection.yaml deleted file mode 100644 index e4a71dc75e..0000000000 --- a/HelmChart/Public/oneuptime-ceph-storage/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "oneuptime-ceph-storage.fullname" . }}-test-connection" - labels: - {{- include "oneuptime-ceph-storage.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "oneuptime-ceph-storage.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never diff --git a/HelmChart/Public/oneuptime-ceph-storage/values.yaml b/HelmChart/Public/oneuptime-ceph-storage/values.yaml deleted file mode 100644 index e35ef01a47..0000000000 --- a/HelmChart/Public/oneuptime-ceph-storage/values.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Default values for oneuptime-ceph-storage. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: nginx - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "" - -imagePullSecrets: [] -nameOverride: "" -fullnameOverride: "" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: ClusterIP - port: 80 - -ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {}