You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app.yaml (Kubernetes Manifest) included in the template created by helidon cli is incorrect.
Deployment should exist...
Steps to reproduce
$ helidon init
Helidon version (default: 3.0.1):
| Helidon Flavor
Select a Flavor
(1) se | Helidon SE
(2) mp | Helidon MP
Enter selection (default: 1): 2
| Application Type
Select an Application Type
(1) quickstart | Quickstart
(2) database | Database
(3) custom | Custom
Enter selection (default: 1): 1
| Media Support
Select a JSON library
(1) jackson | Jackson
(2) jsonb | JSON-B
Enter selection (default: 1): 1
| Customize Project
Project groupId (default: me.opc-helidon):
Project artifactId (default: quickstart-mp):
Project version (default: 1.0-SNAPSHOT):
Java package name (default: me.opc.mp.quickstart):
Switch directory to /home/opc/git/quickstart-mp to use CLI
Start development loop? (default: n):
then
$ cat quickstart-mp/app.yaml
## Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.#
kind: Service
apiVersion: v1
metadata:
name: quickstart-mp
labels:
app: quickstart-mp
spec:
type: NodePort
selector:
app: quickstart-mp
ports:
- port: 8080
targetPort: 8080
name: http
---
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
The app.yaml (Kubernetes Manifest) included in the template created by helidon cli is incorrect.
Deployment should exist...
Steps to reproduce
then
The text was updated successfully, but these errors were encountered: