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