Move charts to chart directory

This commit is contained in:
Raffael H
2023-08-09 14:50:44 +02:00
parent 626e854c0f
commit ad84cc053b
21 changed files with 1 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: example-web-python
name: example-web-python
spec:
replicas: 1
selector:
matchLabels:
app: example-web-python
template:
metadata:
labels:
app: example-web-python
spec:
containers:
- image: quay.io/acend/example-web-python
imagePullPolicy: Always
name: example-web-python
restartPolicy: Always