Skip to content

Commit 8ccafd4

Browse files
committed
chore: domain changes
1 parent 1c6f140 commit 8ccafd4

4 files changed

+8
-8
lines changed

helm/api/values.production.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ replicaCount: 1
33
ingress:
44
enabled: true
55
hosts:
6-
- host: sparker-api.production.sprk.fi
6+
- host: sparker-api.v12.trade
77
paths:
88
- path: /
99
pathType: Prefix
1010
tls:
1111
- secretName: sparker-api-tls
1212
hosts:
13-
- sparker-api.production.sprk.fi
13+
- sparker-api.v12.trade
1414

1515
vault:
1616
mount: production

helm/api/values.staging.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ingress:
22
enabled: true
33
hosts:
4-
- host: sparker-api.staging.sprk.fi
4+
- host: sparker-api.staging.v12.trade
55
paths:
66
- path: /
77
pathType: Prefix
88
tls:
99
- secretName: sparker-api-tls
1010
hosts:
11-
- sparker-api.staging.sprk.fi
11+
- sparker-api.staging.v12.trade
1212

1313
vault:
1414
mount: staging

helm/grpc/values.production.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ replicaCount: 1
33
ingress:
44
enabled: true
55
hosts:
6-
- host: sparker-grpc.production.sprk.fi
6+
- host: sparker-grpc.v12.trade
77
paths:
88
- path: /
99
pathType: Prefix
1010
tls:
1111
- secretName: sparker-grpc-tls
1212
hosts:
13-
- sparker-grpc.production.sprk.fi
13+
- sparker-grpc.v12.trade
1414

1515
vault:
1616
mount: production

helm/grpc/values.staging.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ingress:
22
enabled: true
33
hosts:
4-
- host: sparker-grpc.staging.sprk.fi
4+
- host: sparker-grpc.staging.v12.trade
55
paths:
66
- path: /
77
pathType: Prefix
88
tls:
99
- secretName: sparker-grpc-tls
1010
hosts:
11-
- sparker-grpc.staging.sprk.fi
11+
- sparker-grpc.staging.v12.trade
1212

1313
vault:
1414
mount: staging

0 commit comments

Comments
 (0)