forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename hellworld-java to helloworld-java-spring (knative#1185)
* rename hellworld-java to helloworld-java-spring * updated sampleapp test * Updated sample test app tmp directory * Renamed service name and instructions to reflect helloworld-java-spring
- Loading branch information
1 parent
1d778b8
commit c60d695
Showing
16 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../hello-world/helloworld-java/service.yaml → ...world/helloworld-java-spring/service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
apiVersion: serving.knative.dev/v1alpha1 | ||
kind: Service | ||
metadata: | ||
name: helloworld-java | ||
name: helloworld-java-spring | ||
namespace: default | ||
spec: | ||
runLatest: | ||
configuration: | ||
revisionTemplate: | ||
spec: | ||
container: | ||
image: docker.io/{username}/helloworld-java | ||
image: docker.io/{username}/helloworld-java-spring | ||
env: | ||
- name: TARGET | ||
value: "Spring Boot Sample v1" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters