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,15 @@
apiVersion: v1
kind: Service
metadata:
name: example-web-python
labels:
app: example-web-python
spec:
ports:
- name: http
port: 5000
protocol: TCP
targetPort: 5000
selector:
app: example-web-python
type: ClusterIP