add deployment files
This commit is contained in:
parent
4f8d292974
commit
c259aa11f7
4 changed files with 103 additions and 0 deletions
15
deployment/service.yaml
Normal file
15
deployment/service.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: servala
|
||||
labels:
|
||||
app: servala
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: http
|
||||
selector:
|
||||
app: servala
|
||||
type: ClusterIP
|
Loading…
Add table
Add a link
Reference in a new issue