diff --git a/gitops/config/prod-eu/eu-west-1/values.yaml b/gitops/config/prod-eu/eu-west-1/values.yaml new file mode 100644 index 0000000..3ee7ebc --- /dev/null +++ b/gitops/config/prod-eu/eu-west-1/values.yaml @@ -0,0 +1,5 @@ +endpoint: https://api.eu-west-1.example.com +image: + tag: v2.5.0 +region: eu-west-1 +replicas: "3" diff --git a/gitops/config/test/mycluster/values.yaml b/gitops/config/test/mycluster/values.yaml index 7020bea..01e1275 100644 --- a/gitops/config/test/mycluster/values.yaml +++ b/gitops/config/test/mycluster/values.yaml @@ -1 +1,6 @@ -aaa: aaaaaa \ No newline at end of file +aaa: aaaaaa +endpoint: https://api.us-east-1.example.com +image: + tag: v2.5.0 +region: us-east-1 +replicas: "3"