mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 13:35:52 +00:00
14 lines
188 B
YAML
Executable File
14 lines
188 B
YAML
Executable File
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: laravel-service
|
|
spec:
|
|
selector:
|
|
app: laravel-app
|
|
ports:
|
|
- protocol: TCP
|
|
name: pat-api-port
|
|
port: 80
|
|
targetPort: 30801
|
|
|