Update examples

This commit is contained in:
Darren Shepherd
2020-08-31 23:29:55 -07:00
parent 56bca25f64
commit 3614aa139d
17 changed files with 181 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend
spec:
replicas: 3

View File

@@ -0,0 +1,6 @@
kind: Service
apiVersion: v1
metadata:
name: frontend
spec:
type: LoadBalancer

View File

@@ -0,0 +1,3 @@
patches:
- frontend-deployment.yaml
- frontend-service.yaml