Skip to content

Commit

Permalink
vertex-containers-kernel: Reduce service length
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Jan 13, 2024
1 parent bdf791f commit 2df86fb
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vertex-containers-kernel
description: A Helm chart for Vertex Containers Kernel
type: application
version: 0.5.2
version: 0.5.3
appVersion: "0.0.0"
dependencies:
- name: common
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
containers:
- name: vertex-containers-kernel
- name: vertex-containers-k
image: ghcr.io/vertex-center/vertex-containers-kernel:main
ports:
- in: 8080
Expand Down
2 changes: 1 addition & 1 deletion vertex-containers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vertex-containers
description: A Helm chart for Vertex Containers
type: application
version: 0.5.1
version: 0.5.2
appVersion: "0.0.0"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion vertex-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ service:
configmap:
VERTEX_LOGS_ADDR: http://vertex-logs-vertex-logs-service:7016/api
VERTEX_AUTH_ADDR: http://vertex-auth-vertex-auth-service:7002/api
VERTEX_CONTAINERS_KERNEL_ADDR: http://vertex-containers-kernel-vertex-containers-kernel-service:7005/api
VERTEX_CONTAINERS_KERNEL_ADDR: http://vertex-containers-k-vertex-containers-k-service:7005/api

postgresql:
nameOverride: vertex-containers-postgresql
Expand Down

0 comments on commit 2df86fb

Please sign in to comment.