forked from jitpack/gradle-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.yaml
More file actions
17 lines (17 loc) · 2.62 KB
/
service.yaml
File metadata and controls
17 lines (17 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apiVersion: v1
kind: Service
metadata:
name: catcher-service
spec:
ports:
- port: 80
name: web
clusterIP: None
selector:
app: catcher
template:
spec:
containers:
- image: r.cfcr.io/reduxio1/reduxio/reduxio:master-f573940
imagePullSecrets:
- name: codefresh-generated-r.cfcr.io-cfcr-eliran-test