Merge branch 'stefanprodan:master' into grpc_APIs

This commit is contained in:
Prashant Dwivedi
2024-06-23 20:46:38 +05:30
committed by GitHub
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Verify CUE formatting
working-directory: ./timoni/podinfo
run: |
cue fmt ./..
cue fmt ./...
status=$(git status . --porcelain)
[[ -z "$status" ]] || {
echo "CUE files are not correctly formatted"
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- --grpc-port=9999
- --grpc-service-name=backend
- --level=info
- --cache-server=cache:6379
- --cache-server=tcp://cache:6379
env:
- name: PODINFO_UI_COLOR
value: "#34577c"
+1 -1
View File
@@ -41,7 +41,7 @@ spec:
- --port-metrics=9797
- --level=info
- --backend-url=http://backend:9898/echo
- --cache-server=cache:6379
- --cache-server=tcp://cache:6379
env:
- name: PODINFO_UI_COLOR
value: "#34577c"
+1
View File
@@ -1 +1,2 @@
module: "timoni.sh/podinfo"
language: version: "v0.9.0"