Add k8s manifest: service-php-fpm.yaml
This commit is contained in:
10
k8s/ironclad/service-php-fpm.yaml
Normal file
10
k8s/ironclad/service-php-fpm.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: php-fpm
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: php-fpm
|
||||||
|
ports:
|
||||||
|
- port: 9000
|
||||||
|
targetPort: 9000
|
||||||
Reference in New Issue
Block a user