initial commit
Change-Id: I9c68c43e939d2c1a3b95a68b71ecc5ba861a4df5
This commit is contained in:
18
deploy/service.yaml
Normal file
18
deploy/service.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: online-boutique
|
||||
labels:
|
||||
app: online-boutique
|
||||
app.kubernetes.io/name: online-boutique
|
||||
app.kubernetes.io/component: application
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app: online-boutique
|
||||
app.kubernetes.io/name: online-boutique
|
||||
Reference in New Issue
Block a user