Compare commits
4 Commits
postgres-c
...
cloudflare
Author | SHA1 | Date | |
---|---|---|---|
|
295a7296bc | ||
f1b4020287 | |||
969357a664 | |||
5685190e43 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cloudflared
|
name: cloudflared
|
||||||
version: 1.4.0
|
version: 1.4.1
|
||||||
description: Cloudflared Tunnel
|
description: Cloudflared Tunnel
|
||||||
keywords:
|
keywords:
|
||||||
- cloudflare
|
- cloudflare
|
||||||
@@ -15,4 +15,4 @@ dependencies:
|
|||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
|
||||||
appVersion: "2024.6.0"
|
appVersion: "2024.6.1"
|
||||||
|
@@ -3,7 +3,7 @@ existingSecretName: cloudflared-secret
|
|||||||
existingSecretKey: cf-tunnel-token
|
existingSecretKey: cf-tunnel-token
|
||||||
image:
|
image:
|
||||||
repository: cloudflare/cloudflared
|
repository: cloudflare/cloudflared
|
||||||
tag: "2024.6.0"
|
tag: "2024.6.1"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mysql-cluster
|
name: mysql-cluster
|
||||||
version: 0.2.1
|
version: 0.2.4
|
||||||
description: Chart for a mysql cluster
|
description: Chart for a mysql cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -15,43 +15,43 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
instances: {{ required "serverInstances is required" .Values.cluster.serverInstances }}
|
instances: {{ required "serverInstances is required" .Values.cluster.serverInstances }}
|
||||||
baseServerId: {{ required "baseServerId is required" .Values.cluster.baseServerId }}
|
baseServerId: {{ required "baseServerId is required" .Values.cluster.baseServerId }}
|
||||||
serviceAccountName: {{ include "mysql.serviceAccountName" . }}
|
serviceAccountName: {{ include "mysql.serviceAccountName" . }}
|
||||||
imagePullPolicy : {{ .Values.cluster.image.pullPolicy }}
|
imagePullPolicy : {{ .Values.cluster.image.pullPolicy }}
|
||||||
version: {{ .Values.cluster.image.version }}
|
version: {{ .Values.cluster.image.version }}
|
||||||
tlsUseSelfSigned: true
|
tlsUseSelfSigned: true
|
||||||
secretName: {{ .Values.cluster.exisitingCredentialsSecret }}
|
secretName: {{ .Values.cluster.exisitingCredentialsSecret }}
|
||||||
|
{{- if .Values.cluster.podSpec }}
|
||||||
podSpec:
|
podSpec:
|
||||||
{{- with .Values.cluster.podSpec }}
|
{{ toYaml .Values.cluster.podSpec | nindent 4 }}
|
||||||
{{ toYaml . | nindent 4 }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- if .Values.cluster.podAnnotations }}
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
{{- with .Values.cluster.podAnnotations }}
|
{{ toYaml .Values.cluster.podAnnotations | nindent 4 }}
|
||||||
{{ toYaml . | nindent 4 }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- if .Values.cluster.podLabels }}
|
||||||
podLabels:
|
podLabels:
|
||||||
{{- with .Values.cluster.podLabels }}
|
{{ toYaml .Values.cluster.podLabels | nindent 4 }}
|
||||||
{{ toYaml . | nindent 4 }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
router:
|
router:
|
||||||
instances: {{ required "router.instances is required" .Values.cluster.router.instances }}
|
instances: {{ required "router.instances is required" .Values.cluster.router.instances }}
|
||||||
|
{{- if .Values.cluster.router.podSpec }}
|
||||||
podSpec:
|
podSpec:
|
||||||
{{- with .Values.cluster.router.podSpec }}
|
{{- toYaml .Values.cluster.router.podSpec | nindent 6 }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- if .Values.cluster.router.podAnnotations }}
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
{{- with .Values.cluster.router.podAnnotations }}
|
{{- toYaml .Values.cluster.router.podAnnotations | nindent 6 }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- if .Values.cluster.router.podLabels }}
|
||||||
podLabels:
|
podLabels:
|
||||||
{{- with .Values.cluster.router.podLabels }}
|
{{- toYaml .Values.cluster.router.podLabels | nindent 6 }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
tlsSecretName: {{ include "cluster.name" . }}-router-tls
|
tlsSecretName: {{ include "cluster.name" . }}-router-tls
|
||||||
logs:
|
logs:
|
||||||
{{- with .Values.cluster.logs }}
|
{{- with .Values.cluster.logs }}
|
||||||
{{ toYaml . | nindent 4 }}
|
{{ toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
mycnf: |
|
mycnf: |
|
||||||
{{ .Values.cluster.serverConfig.mycnf | indent 4 }}
|
{{ .Values.cluster.serverConfig.mycnf | indent 4 }}
|
||||||
{{- if .Values.cluster.datadirVolumeClaimTemplate }}
|
{{- if .Values.cluster.datadirVolumeClaimTemplate }}
|
||||||
|
@@ -40,7 +40,6 @@ cluster:
|
|||||||
|
|
||||||
logs:
|
logs:
|
||||||
error:
|
error:
|
||||||
enabled: true
|
|
||||||
collect: false
|
collect: false
|
||||||
general:
|
general:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user