Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 0 additions & 133 deletions Jenkinsfile

This file was deleted.

4 changes: 0 additions & 4 deletions chart/cloudnativesampleapp/Chart.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions chart/cloudnativesampleapp/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: "greetings-deployment"
spec:
replicas: 1
revisionHistoryLimit: 1
template:
metadata:
labels:
app: "greetings"
spec:
containers:
- name: "greeting"
image: "ibmcase/greeting:1"
imagePullPolicy: "IfNotPresent"
env:
- name: PORT
value: "9080"
- name: APPLICATION_NAME
value: "greetings"
11 changes: 11 additions & 0 deletions chart/cloudnativesampleapp/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: "greeting-service"
spec:
type: NodePort
ports:
- name: http
port: 9080
selector:
app: "greetings"
36 changes: 0 additions & 36 deletions chart/cloudnativesampleapp/templates/basedeployment.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions chart/cloudnativesampleapp/templates/deployment.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions chart/cloudnativesampleapp/templates/hpa.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions chart/cloudnativesampleapp/templates/istio.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions chart/cloudnativesampleapp/templates/service.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions chart/cloudnativesampleapp/values.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/api_tests.sh

This file was deleted.

Loading