Skip to content

Commit dfb5a86

Browse files
committed
Full deployment to TimeWeb Cloud
1 parent 1e71edc commit dfb5a86

File tree

28 files changed

+3703
-8
lines changed

28 files changed

+3703
-8
lines changed

kube/api-gateway/values-tw.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
image:
2+
repository: registry.gitflic.ru/project/ikuchmin/spring-petclinic-microservices/spring-petclinic-api-gateway
3+
tag: 3.4.1-amd64
4+
5+
ingress:
6+
annotations:
7+
cert-manager.io/cluster-issuer: "cert-manager-le-prod"
8+
hosts:
9+
- host: demo8.spring-petclinic.ru
10+
paths:
11+
- path: /
12+
pathType: Prefix
13+
tls:
14+
- secretName: petclinic-api-gateway
15+
hosts:
16+
- demo8.spring-petclinic.ru
17+

0 commit comments

Comments
 (0)