diff --git a/test/e2e/testdata/mastodon0-v4.2.12.yaml b/test/e2e/testdata/mastodon0-v4.2.12.yaml deleted file mode 100644 index ff4cb3d..0000000 --- a/test/e2e/testdata/mastodon0-v4.2.12.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- -apiVersion: magout.anqou.net/v1 -kind: MastodonServer -metadata: - name: mastodon0 - namespace: e2e -spec: - sidekiq: - replicas: 1 - annotations: - test.mahout.anqou.net/role: sidekiq - image: "ghcr.io/mastodon/mastodon:v4.2.12" - envFrom: - - secretRef: - name: secret-env - streaming: - annotations: - test.mahout.anqou.net/role: streaming - image: "ghcr.io/mastodon/mastodon:v4.2.12" - envFrom: - - secretRef: - name: secret-env - web: - replicas: 1 - annotations: - test.mahout.anqou.net/role: web - resources: - requests: - cpu: 100m - memory: 100Mi - limits: - cpu: "1" - memory: 1000Mi - image: "ghcr.io/mastodon/mastodon:v4.2.12" - envFrom: - - secretRef: - name: secret-env diff --git a/test/e2e/testdata/mastodon0-v4.3.0b1-restart.yaml b/test/e2e/testdata/mastodon0-v4.3.0b1-restart.yaml deleted file mode 100644 index 0298c57..0000000 --- a/test/e2e/testdata/mastodon0-v4.3.0b1-restart.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -apiVersion: mahout.anqou.net/v1alpha1 -kind: Mastodon -metadata: - name: mastodon0 - namespace: e2e -spec: - serverName: "mastodon.test" - image: "ghcr.io/mastodon/mastodon:4.3.0b1" - envFrom: - - secretRef: - name: secret-env - gateway: - replicas: 1 - annotations: - test.mahout.anqou.net/role: gateway - image: "nginx:1.27.1" - sidekiq: - replicas: 1 - annotations: - test.mahout.anqou.net/role: sidekiq - periodicRestart: - schedule: "* * * * *" - streaming: - image: "ghcr.io/mastodon/mastodon-streaming:4.3.0b1" - replicas: 1 - annotations: - test.mahout.anqou.net/role: streaming - web: - replicas: 1 - annotations: - test.mahout.anqou.net/role: web - periodicRestart: - schedule: "* * * * *" diff --git a/test/e2e/testdata/mastodon0-v4.3.0b1.yaml b/test/e2e/testdata/mastodon0-v4.3.0b1.yaml deleted file mode 100644 index fafd761..0000000 --- a/test/e2e/testdata/mastodon0-v4.3.0b1.yaml +++ /dev/null @@ -1,30 +0,0 @@ ---- -apiVersion: mahout.anqou.net/v1alpha1 -kind: Mastodon -metadata: - name: mastodon0 - namespace: e2e -spec: - serverName: "mastodon.test" - image: "ghcr.io/mastodon/mastodon:4.3.0b1" - envFrom: - - secretRef: - name: secret-env - gateway: - replicas: 1 - annotations: - test.mahout.anqou.net/role: gateway - image: "nginx:1.27.1" - sidekiq: - replicas: 1 - annotations: - test.mahout.anqou.net/role: sidekiq - streaming: - image: "ghcr.io/mastodon/mastodon-streaming:4.3.0b1" - replicas: 1 - annotations: - test.mahout.anqou.net/role: streaming - web: - replicas: 1 - annotations: - test.mahout.anqou.net/role: web