Skip to content

Commit 812c0ea

Browse files
Create drupal-fpm-ingress.yaml
1 parent 86c05fb commit 812c0ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
annotations:
5+
kompose.cmd: kompose convert
6+
kompose.version: 1.26.0 (40646f47)
7+
creationTimestamp: null
8+
labels:
9+
io.kompose.service: drupal-fpm
10+
name: drupal-fpm
11+
spec:
12+
ports:
13+
- name: "9000"
14+
port: 9000
15+
targetPort: 9000
16+
selector:
17+
io.kompose.service: drupal-fpm
18+
status:
19+
loadBalancer: {}

0 commit comments

Comments
 (0)