Skip to content
Snippets Groups Projects
Commit ac7a4ec3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

not mounting metager configmap anymore

parent f4a028b1
No related branches found
No related tags found
4 merge requests!1895Development,!1892Development,!1889Development,!1888Resolve "fix ci pipelines"
...@@ -60,9 +60,6 @@ spec: ...@@ -60,9 +60,6 @@ spec:
- name: mglogs-persistent-storage - name: mglogs-persistent-storage
persistentVolumeClaim: persistentVolumeClaim:
claimName: mg-logs claimName: mg-logs
- name: metager-config
configMap:
name: metager
- name: redis-config - name: redis-config
configMap: configMap:
name: redis-container-config name: redis-container-config
...@@ -121,9 +118,6 @@ spec: ...@@ -121,9 +118,6 @@ spec:
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }} initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }} timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
volumeMounts: volumeMounts:
- name: metager-config
mountPath: /html/config/metager
readOnly: true
- name: mglogs-persistent-storage - name: mglogs-persistent-storage
mountPath: /html/storage/logs/metager mountPath: /html/storage/logs/metager
readOnly: false readOnly: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment