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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels:
io.kompose.service: museum
name: museum name: museum
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
io.kompose.service: museum app: ente
strategy: strategy:
type: Recreate type: Recreate
template: template:
metadata: metadata:
labels: labels:
io.kompose.service: museum app: ente
spec: spec:
containers: containers:
- env: - env:
+3 -4
View File
@@ -1,10 +1,11 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
labels:
io.kompose.service: museum
name: museum name: museum
spec: spec:
selector:
matchLabels:
app: ente
ports: ports:
- name: "8080" - name: "8080"
port: 8080 port: 8080
@@ -12,5 +13,3 @@ spec:
- name: "2112" - name: "2112"
port: 2112 port: 2112
targetPort: 2112 targetPort: 2112
selector:
io.kompose.service: museum