mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Delete some kustomize service stuff
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user