From e8c9dc4b529a11e83abdb178e43732793cd7e48b Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Wed, 9 Oct 2024 22:56:04 +0800 Subject: [PATCH] add turnstile site key --- cobalt-chart/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cobalt-chart/templates/deployment.yaml b/cobalt-chart/templates/deployment.yaml index 94fada20..ee1f2f8a 100644 --- a/cobalt-chart/templates/deployment.yaml +++ b/cobalt-chart/templates/deployment.yaml @@ -46,6 +46,8 @@ spec: value: '80' - name: API_NAME value: cobalt + - name: TURNSTILE_SITEKEY + value: 0x4AAAAAAAw8jRb9G7cWXnbd resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}