Delete some kustomize service stuff

This commit is contained in:
Ruben Hensen
2024-09-12 14:54:56 +02:00
parent 96d94a7f73
commit b4fe8c6622
2 changed files with 5 additions and 8 deletions
+2 -4
View File
@@ -1,20 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
io.kompose.service: museum
name: museum
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: museum
app: ente
strategy:
type: Recreate
template:
metadata:
labels:
io.kompose.service: museum
app: ente
spec:
containers:
- env:
+3 -4
View File
@@ -1,10 +1,11 @@
apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: museum
name: museum
spec:
selector:
matchLabels:
app: ente
ports:
- name: "8080"
port: 8080
@@ -12,5 +13,3 @@ spec:
- name: "2112"
port: 2112
targetPort: 2112
selector:
io.kompose.service: museum