Backup
This commit is contained in:
13
gallery/gallery-service.yaml
Normal file
13
gallery/gallery-service.yaml
Normal 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
|
Reference in New Issue
Block a user