Skip to content

Commit

Permalink
testing longer startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoley13 committed Nov 18, 2024
1 parent b4c1764 commit ee52799
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/clojure/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "STARTUPINITIALDELAY"
value: 30
languageVariables:
- name: "VERSION"
value: "8-jdk-alpine"
Expand Down
2 changes: 2 additions & 0 deletions test/integration/gradle/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "STARTUPINITIALDELAY"
value: 30
languageVariables:
- name: "VERSION"
value: "11-jre"
Expand Down
2 changes: 2 additions & 0 deletions test/integration/java/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "STARTUPINITIALDELAY"
value: 30
languageVariables:
- name: "VERSION"
value: "11-jre"
Expand Down
2 changes: 2 additions & 0 deletions test/integration/swift/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ deployVariables:
value: "3"
- name: "MEMLIMIT"
value: "2Gi"
- name: "STARTUPINITIALDELAY"
value: 30
languageVariables:
- name: "VERSION"
value: "5.5"
Expand Down

0 comments on commit ee52799

Please sign in to comment.