update yaml files

This commit is contained in:
Piethein Strengholt
2018-05-11 12:56:28 +02:00
parent 34731a832d
commit 3b9139314e
4 changed files with 11 additions and 20 deletions

View File

@@ -1,12 +1,14 @@
kind: Service
apiVersion: v1
kind: Service
metadata:
name: laravel-service
name: laravel-project
namespace: default
spec:
ports:
- name: pat-api-port
port: 80
targetPort: pathao-port
selector:
app: laravel-app
type: LoadBalancer
type: NodePort
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http