Skip to content
Merged
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
2 changes: 2 additions & 0 deletions scenarios/build-code/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: build-code-deployment
namespace: default
spec:
selector:
matchLabels:
Expand All @@ -25,6 +26,7 @@ apiVersion: v1
kind: Service
metadata:
name: build-code-service
namespace: default
spec:
ports:
- protocol: TCP
Expand Down
2 changes: 2 additions & 0 deletions scenarios/health-check/deployment-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: health-check-deployment
namespace: default
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -35,6 +36,7 @@ apiVersion: v1
kind: Service
metadata:
name: health-check-service
namespace: default
spec:
ports:
- protocol: TCP
Expand Down
3 changes: 3 additions & 0 deletions scenarios/internal-proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: internal-proxy-deployment
namespace: default
labels:
app: internal-proxy
spec:
Expand Down Expand Up @@ -41,6 +42,7 @@ apiVersion: v1
kind: Service
metadata:
name: internal-proxy-api-service
namespace: default
spec:
ports:
- protocol: TCP
Expand All @@ -53,6 +55,7 @@ apiVersion: v1
kind: Service
metadata:
name: internal-proxy-info-app-service
namespace: default
spec:
type: NodePort
ports:
Expand Down
2 changes: 2 additions & 0 deletions scenarios/kubernetes-goat-home/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: kubernetes-goat-home-deployment
namespace: default
spec:
selector:
matchLabels:
Expand All @@ -25,6 +26,7 @@ apiVersion: v1
kind: Service
metadata:
name: kubernetes-goat-home-service
namespace: default
spec:
ports:
- protocol: TCP
Expand Down
2 changes: 2 additions & 0 deletions scenarios/poor-registry/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: poor-registry-deployment
namespace: default
spec:
selector:
matchLabels:
Expand All @@ -25,6 +26,7 @@ apiVersion: v1
kind: Service
metadata:
name: poor-registry-service
namespace: default
spec:
ports:
- protocol: TCP
Expand Down
3 changes: 3 additions & 0 deletions scenarios/system-monitor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Secret
metadata:
name: goatvault
namespace: default
type: Opaque
data:
k8sgoatvaultkey: azhzLWdvYXQtY2QyZGEyNzIyNDU5MWRhMmI0OGVmODM4MjZhOGE2YzM=
Expand All @@ -11,6 +12,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: system-monitor-deployment
namespace: default
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -53,6 +55,7 @@ apiVersion: v1
kind: Service
metadata:
name: system-monitor-service
namespace: default
spec:
ports:
- protocol: TCP
Expand Down