deployment automation for staging
This commit is contained in:
parent
f773cf169b
commit
dafd73b7d5
11 changed files with 187 additions and 5 deletions
15
deployment/kustomize/base/portal/service.yaml
Normal file
15
deployment/kustomize/base/portal/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