mirror of
https://github.com/flashcatcloud/n9e-helm.git
synced 2026-03-02 17:08:52 +00:00
Compare commits
2 Commits
helm-chart
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bde522e0c4 | ||
|
|
f83cfe085e |
@@ -55,6 +55,8 @@ spec:
|
||||
terminationGracePeriodSeconds: 120
|
||||
containers:
|
||||
- name: mysql
|
||||
args:
|
||||
- "--ignore-db-dir=lost+found"
|
||||
image: {{ .Values.database.internal.image.repository }}:{{ .Values.database.internal.image.tag }}
|
||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||
ports:
|
||||
|
||||
@@ -40,6 +40,13 @@ spec:
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
initContainers:
|
||||
- name: fix-permission
|
||||
image: busybox
|
||||
command: ["sh", "-c", "chown -R 65534:65534 /prometheus"]
|
||||
volumeMounts:
|
||||
- name: prometheus-data
|
||||
mountPath: /prometheus
|
||||
containers:
|
||||
- args:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
|
||||
Reference in New Issue
Block a user