mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Adicionando metada no template
This commit is contained in:
parent
2b52f042be
commit
8fb68d50c3
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Template
|
||||
metadata:
|
||||
annotations:
|
||||
openshift.io/display-name: PetClinic Web App
|
||||
description: |-
|
||||
Continuous Integration | Build | Package | Deploy
|
||||
iconClass: icon-spring
|
||||
tags: petclinic-web-app,java
|
||||
name: petclinic-web-app
|
||||
parameters:
|
||||
- name: APP_NAME
|
||||
|
|
Loading…
Reference in a new issue