Deploy Symcrest public website
This commit is contained in:
parent
08e5bee431
commit
6bdb9b0d4a
8 changed files with 247 additions and 0 deletions
13
charts/symcrest-web/templates/service.yaml
Normal file
13
charts/symcrest-web/templates/service.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Values.service.name }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
selector:
|
||||
app: symcrest-web
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.service.targetPort }}
|
||||
protocol: TCP
|
||||
Loading…
Add table
Add a link
Reference in a new issue