archives added

This commit is contained in:
Justine Pelletreau
2022-06-25 12:29:03 +02:00
parent 8380588edc
commit b40aa7b60a
23 changed files with 286 additions and 4 deletions

View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
labels:
run: matrix-postgres
name: matrix-postgres
spec:
ports:
- name: "postgres"
port: 5432
selector:
run: matrix-postgres