zkt24/z2/php-service.yaml

12 lines
188 B
YAML
Raw Normal View History

2024-04-25 16:35:23 +00:00
apiVersion: v1
kind: Service
metadata:
name: php-service
spec:
selector:
app: php
ports:
- protocol: TCP
port: 8080
targetPort: 80
type: LoadBalancer