First commit
This commit is contained in:
11
resources/svc.yaml
Normal file
11
resources/svc.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: varnish
|
||||
spec:
|
||||
selector:
|
||||
app: varnish
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8080
|
Reference in New Issue
Block a user