From 4a0d6c223c0e12583b59979c95a6303773230a76 Mon Sep 17 00:00:00 2001 From: kirinnee Date: Sun, 11 Aug 2024 18:16:23 +0800 Subject: [PATCH] feat: new values file for pichu, pikachu & raichu under topaz & amber --- chart/values.pichu.amber.yaml | 34 +++++++++++++++++++++++++++++++++ chart/values.pichu.topaz.yaml | 34 +++++++++++++++++++++++++++++++++ chart/values.pikachu.amber.yaml | 34 +++++++++++++++++++++++++++++++++ chart/values.pikachu.topaz.yaml | 34 +++++++++++++++++++++++++++++++++ chart/values.raichu.amber.yaml | 34 +++++++++++++++++++++++++++++++++ chart/values.raichu.topaz.yaml | 34 +++++++++++++++++++++++++++++++++ 6 files changed, 204 insertions(+) create mode 100644 chart/values.pichu.amber.yaml create mode 100644 chart/values.pichu.topaz.yaml create mode 100644 chart/values.pikachu.amber.yaml create mode 100644 chart/values.pikachu.topaz.yaml create mode 100644 chart/values.raichu.amber.yaml create mode 100644 chart/values.raichu.topaz.yaml diff --git a/chart/values.pichu.amber.yaml b/chart/values.pichu.amber.yaml new file mode 100644 index 0000000..21ddaed --- /dev/null +++ b/chart/values.pichu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pichu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pichu.topaz.yaml b/chart/values.pichu.topaz.yaml new file mode 100644 index 0000000..3e0ffa3 --- /dev/null +++ b/chart/values.pichu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pichu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pikachu.amber.yaml b/chart/values.pikachu.amber.yaml new file mode 100644 index 0000000..0e93bca --- /dev/null +++ b/chart/values.pikachu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pikachu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.pikachu.topaz.yaml b/chart/values.pikachu.topaz.yaml new file mode 100644 index 0000000..c5e88c5 --- /dev/null +++ b/chart/values.pikachu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape pikachu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.raichu.amber.yaml b/chart/values.raichu.amber.yaml new file mode 100644 index 0000000..825d3e8 --- /dev/null +++ b/chart/values.raichu.amber.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape raichu + cluster: &cluster amber + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file diff --git a/chart/values.raichu.topaz.yaml b/chart/values.raichu.topaz.yaml new file mode 100644 index 0000000..7976e45 --- /dev/null +++ b/chart/values.raichu.topaz.yaml @@ -0,0 +1,34 @@ +serviceTree: + landscape: &landscape raichu + cluster: &cluster topaz + +tags: &tags + atomi.cloud/landscape: *landscape + atomi.cloud/cluster: *cluster + +external-secrets: + podAnnotations: + <<: *tags + podLabels: + <<: *tags + + webhook: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + + certController: + podLabels: + <<: *tags + podAnnotations: + <<: *tags + +rootToken: + name: root-token + clientIdKey: CLIENT_ID + clientSecretKey: CLIENT_SECRET + type: infisical + project: sulfoxide-sos + secretsPath: / + hostAPI: https://secrets.atomi.cloud \ No newline at end of file