diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 1ae12531..344524e9 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -9,8 +9,11 @@ spec: server: https://kubernetes.default.svc syncPolicy: automated: {} - source: - repoURL: https://gitlab.com/oceanbox/manifests.git + sources: + - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main path: resources/atlantis/host-manifests + - repoURL: https://gitlab.com/oceanbox/manifests.git + targetRevision: main + path: 'resources/atlantis/manifests/prod' diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index ea215acb..70f77d1c 100644 --- a/applications/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -9,8 +9,8 @@ spec: elements: - cluster: https://kubernetes.default.svc env: prod - - cluster: https://staging-vcluster.staging-vcluster - env: staging + # - cluster: https://staging-vcluster.staging-vcluster + # env: staging template: metadata: name: '{{ env }}-atlantis-resources' @@ -21,7 +21,7 @@ spec: destination: server: '{{ cluster }}' namespace: atlantis - sources: - - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: main - path: 'resources/atlantis/manifests/{{ env }}' + sources: {} + # - repoURL: https://gitlab.com/oceanbox/manifests.git + # targetRevision: main + # path: 'resources/atlantis/manifests/{{ env }}' diff --git a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml index 5e07e71d..9d6126f9 100644 --- a/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml +++ b/resources/atlantis/manifests/prod/pubsub-rabbitmq.yaml @@ -2,6 +2,7 @@ apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: pubsub + namespace: atlantis spec: type: pubsub.rabbitmq version: v1 diff --git a/resources/atlantis/manifests/prod/state-redis.yaml b/resources/atlantis/manifests/prod/state-redis.yaml index 66dec832..d8ef00dc 100644 --- a/resources/atlantis/manifests/prod/state-redis.yaml +++ b/resources/atlantis/manifests/prod/state-redis.yaml @@ -2,6 +2,7 @@ apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: statestore + namespace: atlantis spec: type: state.redis version: v1