mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 11:02: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:
|
||||
|
||||
Reference in New Issue
Block a user