Skip to content

Commit 93ede73

Browse files
committed
New workflows/manifests for deploying Valkey.
1 parent 496569b commit 93ede73

File tree

4 files changed

+84
-0
lines changed

4 files changed

+84
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy Valkey (valkey-dolly-dev-session)
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
deploy:
8+
name: Deploy Valkey
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: nais/deploy/actions/deploy@v2
16+
env:
17+
CLUSTER: dev-gcp
18+
RESOURCE: ".nais/valkey-dolly-dev-session.yml"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy Valkey (valkey-dolly-session)
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
deploy:
8+
name: Deploy Valkey
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: nais/deploy/actions/deploy@v2
16+
env:
17+
CLUSTER: dev-gcp
18+
RESOURCE: ".nais/valkey-dolly-session.yml"

.nais/valkey-dolly-dev-session.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: aiven.io/v1alpha1
2+
kind: Valkey
3+
metadata:
4+
labels:
5+
app: valkey-dolly-dev-session
6+
team: dolly
7+
name: valkey-dolly-dev-session
8+
namespace: dolly
9+
spec:
10+
plan: startup-4
11+
project: nav-dev
12+
---
13+
apiVersion: aiven.io/v1alpha1
14+
kind: ServiceIntegration
15+
metadata:
16+
labels:
17+
team: dolly
18+
name: valkey-dolly-dev-session
19+
namespace: dolly
20+
spec:
21+
project: nav-dev
22+
integrationType: prometheus
23+
destinationEndpointId: f20f5b48-18f4-4e2a-8e5f-4ab3edb19733
24+
sourceServiceName: valkey-dolly-dev-session

.nais/valkey-dolly-session.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: aiven.io/v1alpha1
2+
kind: Valkey
3+
metadata:
4+
labels:
5+
app: valkey-dolly-session
6+
team: dolly
7+
name: valkey-dolly-session
8+
namespace: dolly
9+
spec:
10+
plan: startup-4
11+
project: nav-dev
12+
---
13+
apiVersion: aiven.io/v1alpha1
14+
kind: ServiceIntegration
15+
metadata:
16+
labels:
17+
team: dolly
18+
name: valkey-dolly-session
19+
namespace: dolly
20+
spec:
21+
project: nav-dev
22+
integrationType: prometheus
23+
destinationEndpointId: f20f5b48-18f4-4e2a-8e5f-4ab3edb19733
24+
sourceServiceName: valkey-dolly-session

0 commit comments

Comments
 (0)