This commit is contained in:
Justine Pelletreau
2022-08-23 14:30:32 +02:00
parent 2ebc7cec77
commit 49d8ad4ed6
5 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
run: gallery
name: gallery
spec:
ports:
- name: "80"
port: 80
targetPort: 80
selector:
run: gallery