mirror of
https://github.com/flashcatcloud/n9e-helm.git
synced 2026-03-02 17:08:52 +00:00
Compare commits
4 Commits
helm-chart
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bde522e0c4 | ||
|
|
f83cfe085e | ||
|
|
a24bc86b81 | ||
|
|
688f66d624 |
4
.github/Chart.yaml
vendored
4
.github/Chart.yaml
vendored
@@ -29,7 +29,7 @@ sources:
|
||||
maintainers:
|
||||
- email: contact-us@flashcat.cloud
|
||||
name: flashcatcloud
|
||||
version: v8.0.0-beta11
|
||||
version: v8.0.0-beta12
|
||||
apiVersion: v1
|
||||
appVersion: 8.0.0-beta11
|
||||
appVersion: 8.0.0-beta12
|
||||
icon: https://raw.githubusercontent.com/flashcatcloud/n9e-helm/master/n9e-icon.png
|
||||
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
maintainers:
|
||||
- email: contact-us@flashcat.cloud
|
||||
name: flashcatcloud
|
||||
version: 0.2.10
|
||||
version: 0.2.11
|
||||
apiVersion: v1
|
||||
appVersion: 8.0.0-beta11
|
||||
appVersion: 8.0.0-beta12
|
||||
icon: https://raw.githubusercontent.com/flashcatcloud/n9e-helm/master/n9e-icon.png
|
||||
|
||||
@@ -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