Add k8s manifest: service-php-fpm.yaml

This commit is contained in:
kaffa
2026-03-12 14:25:31 +09:00
parent 8244765ad4
commit 65f833b424

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: php-fpm
spec:
selector:
app: php-fpm
ports:
- port: 9000
targetPort: 9000