File tree Expand file tree Collapse file tree 4 files changed +84
-0
lines changed Expand file tree Collapse file tree 4 files changed +84
-0
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments