We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383128d commit f71b78cCopy full SHA for f71b78c
1 file changed
todo-backend/charts/values.yaml
@@ -44,10 +44,3 @@ wildfly:
44
value: "256"
45
- name: GC_METASPACE_SIZE
46
value: "96"
47
- initContainers:
48
- - name: check-db-ready
49
- image: postgres:9.6.5
50
- command: [ 'sh', '-c',
51
- 'until pg_isready -h todo-backend-postgresql -p 5432;
52
- do echo waiting for database; sleep 2; done;' ]
53
-
0 commit comments