Skip to content

Commit

Permalink
Merge pull request #796 from arooshap/new-charts
Browse files Browse the repository at this point in the history
Making changes to cm.
  • Loading branch information
muhammadimranfarooqi authored Sep 3, 2021
2 parents ba5cd0a + 637c038 commit b867f43
Show file tree
Hide file tree
Showing 83 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion helm/crabcache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.6
version: 0.1.8

# 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
Expand Down
6 changes: 3 additions & 3 deletions helm/crabcache/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: crabcache-filebeat-config
name: '{{ include "crabcache.fullname" . }}-filebeat-config'
namespace: crab
labels:
k8s-app: filebeat
Expand All @@ -27,10 +27,10 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: crabcache
name: {{ include "crabcache.fullname" . }}
namespace: crab
labels:
app: crabcache
namespace: crab
data:
setup-certs-and-run.sh: |
#!/bin/bash
Expand Down
4 changes: 2 additions & 2 deletions helm/crabcache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: crabcache
name: {{ include "crabcache.fullname" .}}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: crabcache-storage
persistentVolumeClaim:
Expand All @@ -150,7 +150,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: crabcache-filebeat-config
name: {{ include "crabcache.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
2 changes: 1 addition & 1 deletion helm/crabserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/crabserver/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: crabserver-filebeat-config
name: '{{ include "crabserver.fullname" . }}-filebeat-config'
namespace: crab
labels:
k8s-app: filebeat
Expand All @@ -28,7 +28,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: crabserver
name: {{ include "crabserver.fullname" . }}
labels:
app: crabserver
namespace: crab
Expand Down
4 changes: 2 additions & 2 deletions helm/crabserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: crabserver
name: {{ include "crabserver.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -153,7 +153,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: crabserver-filebeat-config
name: {{ include "crabserver.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
2 changes: 1 addition & 1 deletion helm/das-mongo-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion helm/das-mongo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion helm/das-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/das-server/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: das-server-filebeat-config
name: '{{ include "das-server.fullname" . }}-filebeat-config'
namespace: das
labels:
k8s-app: filebeat
Expand Down Expand Up @@ -29,7 +29,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: das-server-promtail
name: {{ include "das-server.fullname" . }}
labels:
app: das-server-promtail
namespace: das
Expand Down
4 changes: 2 additions & 2 deletions helm/das-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
claimName: logs-cephfs-claim-das
- name: promtail-secrets
configMap:
name: das-server-promtail
name: {{ include "das-server.fullname" . }}-promtail
- name: varlog
hostPath:
path: /var/log
Expand All @@ -158,7 +158,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: das-server-filebeat-config
name: {{ include "das-server.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/dbs-global-r/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-global-r/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dbs-global-r-filebeat-config
name: '{{ include "dbs-global-r.fullname" . }}-filebeat-config'
namespace: dbs
labels:
k8s-app: filebeat
Expand All @@ -27,7 +27,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: dbs-global-r
name: {{ include "dbs-global-r.fullname" . }}
labels:
app: dbs-global-r
namespace: dbs
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-global-r/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: dbs-global-r
name: {{ include "dbs-global-r.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -147,7 +147,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: dbs-global-r-filebeat-config
name: {{ include "dbs-global-r.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/dbs-global-w/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-global-w/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dbs-global-w-filebeat-config
name: '{{ include "dbs-global-w.fullname" .}}-filebeat-config'
namespace: dbs
labels:
k8s-app: filebeat
Expand All @@ -27,7 +27,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: dbs-global-w
name: {{ include "dbs-global-w.fullname" . }}
labels:
app: dbs-global-w
namespace: dbs
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-global-w/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: dbs-global-w
name: {{ include "dbs-global-w.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -151,7 +151,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: dbs-global-w-filebeat-config
name: {{ include "dbs-global-w.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
2 changes: 1 addition & 1 deletion helm/dbs-migrate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-migrate/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dbs-migrate-filebeat-config
name: '{{ include "dbs-migrate.fullname" . }}-filebeat-config'
namespace: dbs
labels:
k8s-app: filebeat
Expand All @@ -27,7 +27,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: dbs-migrate
name: {{ include "dbs-migrate.fullname" . }}
labels:
app: dbs-migrate
namespace: dbs
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-migrate/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: dbs-migrate
name: {{ include "dbs-migrate.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -151,7 +151,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: dbs-migrate-filebeat-config
name: {{ include "dbs-migrate.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/dbs-migrate/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: Service
apiVersion: v1
metadata:
name: dbs-migrate
name: {{ include "dbs-migrate.fullname" . }}
namespace: dbs
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion helm/dbs-phys03-r/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-phys03-r/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dbs-phys03-r-filebeat-config
name: '{{ include "dbs-phys03-r.fullname" . }}-filebeat-config'
namespace: dbs
labels:
k8s-app: filebeat
Expand All @@ -27,7 +27,7 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: dbs-phys03-r
name: {{ include "dbs-phys03-r.fullname" . }}
labels:
app: dbs-phys03-r
namespace: dbs
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-phys03-r/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: dbs-phys03-r
name: {{ include "dbs-phys03-r.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -151,7 +151,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: dbs-phys03-r-filebeat-config
name: {{ include "dbs-phys03-r.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
2 changes: 1 addition & 1 deletion helm/dbs-phys03-w/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
5 changes: 3 additions & 2 deletions helm/dbs-phys03-w/templates/configMap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dbs-phys03-w-filebeat-config
name: '{{ include "dbs-phys03-w.fullname" . }}-filebeat-config'
namespace: dbs
labels:
k8s-app: filebeat
Expand All @@ -27,7 +27,8 @@ data:
kind: ConfigMap
apiVersion: v1
metadata:
name: dbs-phys03-w
name: {{ include "dbs-phys03-w.fullname" . }}
namespace: dbs
labels:
app: dbs-phys03-w
namespace: dbs
Expand Down
4 changes: 2 additions & 2 deletions helm/dbs-phys03-w/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
path: /etc/grid-security
- name: setup-certs-and-run
configMap:
name: dbs-phys03-w
name: {{ include "dbs-phys03-w.fullname" . }}
{{- if or .Values.environment.prod .Values.environment.preprod }}
- name: logs
persistentVolumeClaim:
Expand All @@ -151,7 +151,7 @@ spec:
- name: config
configMap:
defaultMode: 0640
name: dbs-phys03-w-filebeat-config
name: {{ include "dbs-phys03-w.fullname" . }}-filebeat-config
- name: data
emptyDir: {}
{{- end }}
Loading

0 comments on commit b867f43

Please sign in to comment.