Add k8s manifest: service-php-fpm.yaml

This commit is contained in:
kaffa
2026-03-12 14:26:12 +09:00
parent 5b707a4388
commit 5a73574412

View File

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