Code Review
/
it
/
otf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
added otf-frontend default config files
[it/otf.git]
/
otf-frontend
/
helm
/
otf-frontend
/
templates
/
service.yaml
1
apiVersion: v1
\r
2
kind: Service
\r
3
metadata:
\r
4
name: {{ .Values.appName }}
\r
5
namespace: {{ .Values.namespace }}
\r
6
labels:
\r
7
app: {{ .Values.appName }}
\r
8
version: {{ .Values.version }}
\r
9
spec:
\r
10
type: NodePort
\r
11
ports:
\r
12
- name: https
\r
13
protocol: TCP
\r
14
port: 443
\r
15
nodePort: {{ .Values.nodePort }}
\r
16
selector:
\r
17
app: {{ .Values.appName }}
\r
18
version: {{ .Values.version }}
\r